Home
last modified time | relevance | path

Searched defs:font (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/gd/
H A Dgd.stub.php234 function imagefontwidth(GdFont|int $font): int {}
236 function imagefontheight(GdFont|int $font): int {}
238 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo…
240 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b…
242 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):…
244 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color…
H A Dgd.c246 gdFontPtr font; member
689 gdFontPtr font; in PHP_FUNCTION() local
2836 gdFontPtr font; in php_imagefontsize() local
2904 gdFontPtr font; in php_imagechar() local
/PHP-8.1/ext/gd/libgd/
H A Dgdft.c831 font_t *font; local

Completed in 21 milliseconds