imageftbbox
(PHP 4 >= 4.0.7, PHP 5)
imageftbbox — Give the bounding box of a text using fonts via freetype2
Popis
array imageftbbox
( float $size
, float $angle
, string $font_file
, string $text
[, array $extrainfo
] )
Warning
Táto funkcia nie je momentálne zdokumentovaná; je dostupný len zoznam argumentov.
Parametre
- size
-
- angle
-
- font_file
-
- text
-
- extrainfo
-
Vrátené hodnoty
Poznámky
Note: Táto funkcia vyžaduje GD 2.0.1 alebo novÅ¡Ã.
Note: This function is only available if PHP is compiled with freetype support (--with-freetype-dir=DIR)
ChangeLog
Verzia | Popis |
---|---|
4.3.5 | extrainfo was made optional. |