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

此函式目前沒有參考文件;只有引數列表。

參數

size

angle

font_file

text

extrainfo

Return值

註釋

Note: 本函式需要 GD 2.0.1 或更高版本(推薦 2.0.28 及更高版本)。

Note: 本函式僅在 PHP 編譯時加入了 freetype 支援時可用(--with-freetype-dir=DIR

更新日誌

版本 說明
4.3.5 extrainfo was made optional.