GmagickDraw::setfontstyle
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::setfontstyle

GmagickDraw::setfontstyle

(PECL gmagick >= Unknown)

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

Опис

public function 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.

Параметри

style
Font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)

Значення, що повертаються

The GmagickDraw object.

To Top