(PECL gmagick >= Unknown)
Sets the font style to use when annotating with text
public GmagickDraw GmagickDraw::setfontstyle ( int $style )
Sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option.
Parameters:
style
Font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)
Returns:
The GmagickDraw object on success
Please login to continue.