PHP 8.3.4 Released!

GmagickDraw::settextdecoration

(PECL gmagick >= Unknown)

GmagickDraw::settextdecorationSpecifies a decoration

Descrizione

public GmagickDraw::settextdecoration(int $decoration): GmagickDraw

Specifies a decoration to be applied when annotating with text.

Elenco dei parametri

int

Text decoration. One of NoDecoration, UnderlineDecoration, OverlineDecoration, or LineThroughDecoration

Valori restituiti

The GmagickDraw object.

add a note

User Contributed Notes

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