Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17194 программиста и 1834 робота. Сейчас ищут 1662 программиста ...
Image_Text::measurize
Вернуться к: Image_Text
Image_Text::measurize
Image_Text::measurize() – Measurize text into the text box
Synopsis
require_once 'ImageText.php';
array Image_Text::measurize ( bool $force = false )
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
See
Note
This function can not be called statically.
Вернуться к: Image_Text