Searched refs:setTextAlignment (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 222_ImagickDraw_setTextAlignment_basic.phpt | 2 Test ImagickDraw, setTextAlignment 17 function setTextAlignment($strokeColor, $fillColor, $backgroundColor) { 25 $draw->setTextAlignment(\Imagick::ALIGN_LEFT); 27 $draw->setTextAlignment(\Imagick::ALIGN_CENTER); 29 $draw->setTextAlignment(\Imagick::ALIGN_RIGHT); 42 setTextAlignment($strokeColor, $fillColor, $backgroundColor) ;
|
/imagick/ |
H A D | ImagickDraw.stub.php | 154 public function setTextAlignment(int $align): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1662 ZEND_METHOD(ImagickDraw, setTextAlignment); 1838 ZEND_ME(ImagickDraw, setTextAlignment, arginfo_class_ImagickDraw_setTextAlignment, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 731 PHP_METHOD(ImagickDraw, setTextAlignment) in PHP_METHOD() argument
|
Completed in 24 milliseconds