Searched defs:font (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/gd/ |
H A D | gd.stub.php | 697 function imagefontwidth(GdFont|int $font): int {} 699 function imagefontheight(GdFont|int $font): int {} 701 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo… 703 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b… 705 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):… 707 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color…
|
H A D | gd.c | 224 gdFontPtr font; member 539 gdFontPtr font; in PHP_FUNCTION() local 2691 gdFontPtr font; in php_imagefontsize() local 2783 gdFontPtr font = php_find_gd_font(font_obj, font_int); in php_imagechar() local
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gdft.c | 841 font_t *font; local
|
Completed in 23 milliseconds