Image_Text::render() --
Render the text in the canvas using the given options.
Beschreibung
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).
Parameter
- boolean
$force
Optional, initially FALSE, set TRUE to silence measurize errors.
Rückgabewert
returns True on success, otherwise PEAR::Error.
Fehler-Meldungen
throws no exceptions thrown
Hinweise
Diese Methode kann nicht
statisch aufgerufen werden.