GmagickDraw::annotate
PHP function
Edit on GitHub ✎
(PECL gmagick >= Unknown)
Draws text on the image
Description
GmagickDraw::annotate(float $x, float $y, string $text): GmagickDraw
Draws text on the image.
Parameters
xx ordinate to left of text
yy ordinate to text baseline
texttext to draw
Return Values
The GmagickDraw object.