Forum und email

imageftbbox

(PHP 4 >= 4.0.7, PHP 5)

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

설명

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

This function is currently not documented; only the argument list is available.

매개변수

size

angle

font_file

text

extrainfo

반환값

주의

Note: 이 함수는 GD 2.0.1 이상이 필요합니다. (2.0.28 이상을 권장합니다)

Note: 이 함수는 PHP에 freetype 지원을 포함하여 컴파일해야 합니다. (--with-freetype-dir=DIR)

변경 기록

버전 설명
4.3.5 extrainfo was made optional.