HaruFont
PHP Manual

HaruFont::getTextWidth

(PECL haru >= 0.0.1)

HaruFont::getTextWidthGet the total width of the text, number of characters, number of words and number of spaces

Descrizione

array HaruFont::getTextWidth ( string $text )

Get the total width of the text, number of characters, number of words and number of spaces.

Elenco dei parametri

text

The text to measure.

Valori restituiti

Returns the total width of the text, number of characters, number of words and number of spaces in the given text.

Errori/Eccezioni

Lancia un'eccezione HaruException in caso di errore.


HaruFont
PHP Manual