Home > PHP > Function > > ImagickDraw::setFontStyle()

ImagickDraw::setFontStyle()

ImagickDraw::setFontStyle - Sets the font style to use when annotating with text

Syntax

bool ImagickDraw::setFontStyle (int $style)

Arguments

  • style - STYLETYPE_ constant

Description

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

Version

PHP PECL imagick 2.0.0

Return value

No value is returned.