array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'gmagickdraw.setfontstyle.php', 1 => 'GmagickDraw::setfontstyle', 2 => 'Sets the font style to use when annotating with text', ), 'up' => array ( 0 => 'class.gmagickdraw.php', 1 => 'GmagickDraw', ), 'prev' => array ( 0 => 'gmagickdraw.setfontsize.php', 1 => 'GmagickDraw::setfontsize', ), 'next' => array ( 0 => 'gmagickdraw.setfontweight.php', 1 => 'GmagickDraw::setfontweight', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/gmagick/gmagickdraw/setfontstyle.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

GmagickDraw::setfontstyle

(PECL gmagick >= Unknown)

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

Açıklama

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

Bağımsız Değişkenler

style

Font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)

Dönen Değerler

The GmagickDraw object.