PHP 8.1.28 Released!

GmagickDraw::settextdecoration

(PECL gmagick >= Unknown)

GmagickDraw::settextdecorationSpecifies a decoration

Açıklama

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

Specifies a decoration to be applied when annotating with text.

Bağımsız Değişkenler

int

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

Dönen Değerler

The GmagickDraw object.

add a note

User Contributed Notes

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