Searched refs:setFontStyle (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 210_ImagickDraw_setFontStyle_basic.phpt | 2 Test ImagickDraw, setFontStyle 17 function setFontStyle($fillColor, $strokeColor, $backgroundColor) { 25 $draw->setFontStyle(\Imagick::STYLE_NORMAL); 28 $draw->setFontStyle(\Imagick::STYLE_ITALIC); 31 $draw->setFontStyle(\Imagick::STYLE_OBLIQUE); 43 setFontStyle($fillColor, $strokeColor, $backgroundColor) ;
|
/imagick/ |
H A D | ImagickDraw.stub.php | 57 public function setFontStyle(int $style): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1634 ZEND_METHOD(ImagickDraw, setFontStyle); 1809 ZEND_ME(ImagickDraw, setFontStyle, arginfo_class_ImagickDraw_setFontStyle, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 635 PHP_METHOD(ImagickDraw, setFontStyle) in PHP_METHOD() argument
|
Completed in 22 milliseconds