Searched refs:setFontFamily (Results 1 – 5 of 5) sorted by relevance
/imagick/tests/ |
H A D | 207_ImagickDraw_setFontFamily_basic.phpt | 2 Test ImagickDraw, setFontFamily 17 function setFontFamily($fillColor, $strokeColor, $backgroundColor) { 27 //TODO - actually use setFontFamily 54 setFontFamily($fillColor, $strokeColor, $backgroundColor) ;
|
/imagick/ |
H A D | ImagickDraw.stub.php | 52 public function setFontFamily(string $font_family): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1632 ZEND_METHOD(ImagickDraw, setFontFamily); 1807 ZEND_ME(ImagickDraw, setFontFamily, arginfo_class_ImagickDraw_setFontFamily, ZEND_ACC_PUBLIC)
|
H A D | ChangeLog | 303 - ImagickDraw::setFontFamily no longer checks whether the font is available. This allows a 640 + ImagickDraw::setFont and ImagickDraw::setFontFamily now allow only valid fonts
|
H A D | imagickdraw_class.c | 577 PHP_METHOD(ImagickDraw, setFontFamily) in PHP_METHOD() argument
|
Completed in 18 milliseconds