GmagickDraw::setfontstyle
PHP function
Edit on GitHub ✎
(PECL gmagick >= Unknown)
Sets the font style to use when annotating with text
Description
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.
Parameters
styleFont style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)
Return Values
The GmagickDraw object.