Home
last modified time | relevance | path

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

/imagick/tests/
H A D209_ImagickDraw_setFontWeight_basic.phpt2 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 DImagickDraw.stub.php63 public function setFontWeight(int $weight): bool {} function in ImagickDraw
H A DImagickDraw_arginfo.h1635 ZEND_METHOD(ImagickDraw, setFontWeight);
1810 ZEND_ME(ImagickDraw, setFontWeight, arginfo_class_ImagickDraw_setFontWeight, ZEND_ACC_PUBLIC)
H A Dimagickdraw_class.c655 PHP_METHOD(ImagickDraw, setFontWeight) in PHP_METHOD() argument

Completed in 21 milliseconds