Forum und email

imageftbbox

(PHP 4 >= 4.0.7, PHP 5)

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

Descripción

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

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Lista de parámetros

size

angle

font_file

text

extrainfo

Valores retornados

Notes

Note: Esta funcion requiere GD 2.0.1 o posterior.

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

Registro de cambios

Versión Descripción
4.3.5 extrainfo was made optional.