Home
last modified time | relevance | path

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

/imagick/tests/
H A D222_ImagickDraw_setTextAlignment_basic.phpt2 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 DImagickDraw.stub.php154 public function setTextAlignment(int $align): bool {} function in ImagickDraw
H A DImagickDraw_arginfo.h1662 ZEND_METHOD(ImagickDraw, setTextAlignment);
1838 ZEND_ME(ImagickDraw, setTextAlignment, arginfo_class_ImagickDraw_setTextAlignment, ZEND_ACC_PUBLIC)
H A Dimagickdraw_class.c731 PHP_METHOD(ImagickDraw, setTextAlignment) in PHP_METHOD() argument

Completed in 22 milliseconds