constructor Image_Text::Image_Text (Previous) (Next) Image_Text::display

View this page in Last updated: Mon, 02 Jul 2007
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

Image_Text::autoMeasurize()

Image_Text::autoMeasurize() -- Auto measurize text

Opis

Automatically determines the greatest possible font size to fit the text into the text box. This method may be very resource intensive on your webserver. A good tweaking point are the $start and $end parameters, which specify the range of font sizes to search through. Anyway, the results should be cached if possible. You can optionally set $start and $end here as a parameter or the settings of the options array are used.

Parametr

integer $start

Fontsize to start testing with.

integer $end

Fontsize to end testing with.

Zwracana wartość

returns Fontsize measured or PEAR::Error.

Wyjątki

throws no exceptions thrown

Uwagi

Ta funkcja nie może być wywołana statycznie.

constructor Image_Text::Image_Text (Previous) (Next) Image_Text::display

Download Documentation Last updated: Mon, 02 Jul 2007
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.