previousImage_Text::init (Previous) (Next) Image_Text::rendernext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Image_Text::measurize

Image_Text::measurize() – Measurize text into the text box

Synopsis

require_once 'ImageText.php';

array Image_Text::measurize ( bool $force = false )

Description

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.

Return value

returns Array of measured lines or PEAR::Error.

Throws

throws no exceptions thrown

Note

This function can not be called statically.

previousImage_Text::init (Previous) (Next) Image_Text::rendernext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.