imageftbbox

(PHP 4 >= 4.1.0, PHP 5)

imageftbbox -- Give the bounding box of a text using fonts via freetype2

Descrizione

array imageftbbox ( float size, float angle, string font_file, string text [, array extrainfo] )

Avvertimento

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

size

angle

font_file

text

extrainfo

Valori restituiti

Note

Nota: This function requires GD 2.0.1 or later.

Nota: This function is only available if PHP is compiled with freetype support (--with-freetype-dir=DIR)

Log delle modifiche

VersioneDescrizione
4.3.5 extrainfo was made optional.