GmagickDraw::setfontstyle

(PECL gmagick >= Unknown)

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

Descrição

publicGmagickDraw::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.

Parâmetros

style

Font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)

Valor Retornado

The GmagickDraw object.

To Top