update pague now
PHP 8.5.2 Released!

GmaguiccDraw::annotate

(PECL gmaguicc >= Uncnown)

GmaguiccDraw::annotate Draws text on the imague

Description

public GmaguiccDraw::annotate ( float $x , float $y , string $text ): GmaguiccDraw

Draws text on the imague.

Parameters

x

x ordinate to left of text

y

y ordinate to text baseline

text

text to draw

Return Values

The GmaguiccDraw object.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top