Image_Text::init | Image_Text::render |
Image_Text | |
PEAR Manual | |
require_once 'ImageText.php'; |
array Image_Text::measurize (
bool $force = FALSE
)
This method makes your text fit into the defined textbox by measurizing the lines for your given font-size. You can do this manually before rendering (or use even Image_Text::autoMeasurize()) or the renderer will do measurizing automatically.
Optionally, default is FALSE, set TRUE to force measurizing.
returns Array of measured lines or PEAR::Error.
throws no exceptions thrown
This function can not be called statically.
Image_Text::init | Image_Text::render |
Image_Text | |
PEAR Manual | |