Image_Text::measurize | Image_Text::save |
Image_Text | |
PEAR Manual | |
require_once 'ImageText.php'; |
bool
Image_Text::render
(
bool
$force = FALSE
)
This renders the measurized text or automatically measures it first. The $force parameter can be used to switch of measurizing problems (this may cause your text being rendered outside a given text box or destroy your image completely).
Optional, initially FALSE, set TRUE to silence measurize errors.
returns True on success, otherwise PEAR::Error.
throws no exceptions thrown
This function can not be called statically.
Image_Text::measurize | Image_Text::save |
Image_Text | |
PEAR Manual | |