GmagickDraw::setfontstyle

(PECL gmagick >= Unknown)

GmagickDraw::setfontstyleSets the font style to use when annotating with text

Descrierea

public GmagickDraw::setfontstyle ( int $style ) : GmagickDraw

Sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option.

Parametri

style

Font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)

Valorile întoarse

The GmagickDraw object on success

add a note add a note

User Contributed Notes

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