Home
last modified time | relevance | path

Searched refs:setFontStyle (Results 1 – 4 of 4) sorted by relevance

/imagick/tests/
H A D210_ImagickDraw_setFontStyle_basic.phpt2 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 DImagickDraw.stub.php57 public function setFontStyle(int $style): bool {} function in ImagickDraw
H A DImagickDraw_arginfo.h1634 ZEND_METHOD(ImagickDraw, setFontStyle);
1809 ZEND_ME(ImagickDraw, setFontStyle, arginfo_class_ImagickDraw_setFontStyle, ZEND_ACC_PUBLIC)
H A Dimagickdraw_class.c635 PHP_METHOD(ImagickDraw, setFontStyle) in PHP_METHOD() argument

Completed in 19 milliseconds