Searched defs:font (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/gd/ |
H A D | gd.stub.php | 190 function imagefontwidth(int $font): int {} 192 function imagefontheight(int $font): int {} 194 function imagechar(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {} 196 function imagecharup(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {} 198 function imagestring(GdImage $image, int $font, int $x, int $y, string $string, int $color): bool {} 200 function imagestringup(GdImage $image, int $font, int $x, int $y, string $string, int $color): bool…
|
H A D | gd.c | 632 gdFontPtr font; in PHP_FUNCTION() local 2725 gdFontPtr font; in php_find_gd_font() local 2769 gdFontPtr font; in php_imagefontsize() local 2835 gdFontPtr font; in php_imagechar() local
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gdft.c | 831 font_t *font; local
|
Completed in 24 milliseconds