PHP 8.3.4 Released!

GmagickDraw::annotate

(PECL gmagick >= Unknown)

GmagickDraw::annotateDibuja texto en la imagen

Descripción

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

Dibuja texto en la imagen.

Parámetros

x

coordenada x a la izquierda del texto

y

coordenada y a la línea base del texto

text

texto a dibujar

Valores devueltos

El objeto GmagickDraw si se tuvo éxito.

add a note

User Contributed Notes

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