Class Summary Image_Text | Image_Text::autoMeasurize |
Image_Text | |
PEAR Manual | |
require_once 'ImageText.php'; |
void constructor Image_Text::Image_Text (
string $text
, array $options = NULL
)
Set the text and options. This initializes a new Image_Text object. You must set your text here. Optinally you can set all options here using the $options parameter. If you finished switching all options you have to call the init() method first befor doing anything further! See Image_Text::set() for further information.
Text to print.
Options.
throws no exceptions thrown
This function can not be called statically.
Class Summary Image_Text | Image_Text::autoMeasurize |
Image_Text | |
PEAR Manual | |