GoLang GmagickDraw::setfontstyle

request it (251)
GoLang replacement for PHP's GmagickDraw::setfontstyle [edit | history]



Do you know a GoLang replacement for PHP's GmagickDraw::setfontstyle? Write it!

PHP GmagickDraw::setfontstyle

PHP original manual for GmagickDraw::setfontstyle [ show | php.net ]

GmagickDraw::setfontstyle

(PECL gmagick >= Unknown)

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

Description

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)

Return Values

The GmagickDraw object on success