Searched refs:setFontResolution (Results 1 – 5 of 5) sorted by relevance
/imagick/tests/ |
H A D | 266_ImagickDraw_getFontResolution_basic.phpt | 6 checkClassMethods('ImagickDraw', array('getFontResolution', 'setFontResolution')); 43 $draw->setFontResolution($resolutionToSet, $resolutionToSet);
|
/imagick/ |
H A D | ImagickDraw.stub.php | 390 public function setFontResolution(float $x, float $y): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1750 ZEND_METHOD(ImagickDraw, setFontResolution); 1926 …ZEND_ME(ImagickDraw, setFontResolution, arginfo_class_ImagickDraw_setFontResolution, ZEND_ACC_PUBL…
|
H A D | imagickdraw_class.c | 2907 PHP_METHOD(ImagickDraw, setFontResolution) argument
|
H A D | ChangeLog | 169 * ImagickDraw::setFontResolution(float x, float y) : bool
|
Completed in 19 milliseconds