Home
last modified time | relevance | path

Searched refs:GdFont (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/gd/
H A Dgd.stub.php15 final class GdFont {} class
23 function imageloadfont(string $filename): GdFont|false {}
234 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_arginfo.h7 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_imageloadfont, 0, 1, GdFont, MAY_BE_FALSE)
409 ZEND_ARG_OBJ_TYPE_MASK(0, font, GdFont, MAY_BE_LONG, NULL)
416 ZEND_ARG_OBJ_TYPE_MASK(0, font, GdFont, MAY_BE_LONG, NULL)
427 ZEND_ARG_OBJ_TYPE_MASK(0, font, GdFont, MAY_BE_LONG, NULL)
/PHP-8.1/
H A DNEWS1724 . Convert resource<gd font> to object \GdFont. (Sara)

Completed in 11 milliseconds