Image_Text::measurize() -- Measurize text into the text box
Beschreibung
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.
Parameter
- boolean
$force
Optionally, default is FALSE, set TRUE to force measurizing.
Rückgabewert
returns Array of measured lines or PEAR::Error.
Fehler-Meldungen
throws no exceptions thrown
Hinweise
Diese Methode kann nicht
statisch aufgerufen werden.