Searched refs:setFontWeight (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 209_ImagickDraw_setFontWeight_basic.phpt | 2 Test ImagickDraw, setFontWeight 17 function setFontWeight($fillColor, $strokeColor, $backgroundColor) { 29 $draw->setFontWeight(100); 32 $draw->setFontWeight(200); 35 $draw->setFontWeight(400); 38 $draw->setFontWeight(800); 50 setFontWeight($fillColor, $strokeColor, $backgroundColor) ;
|
/imagick/ |
H A D | ImagickDraw.stub.php | 63 public function setFontWeight(int $weight): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1635 ZEND_METHOD(ImagickDraw, setFontWeight); 1810 ZEND_ME(ImagickDraw, setFontWeight, arginfo_class_ImagickDraw_setFontWeight, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 655 PHP_METHOD(ImagickDraw, setFontWeight) in PHP_METHOD() argument
|
Completed in 18 milliseconds