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

GmagickDraw::setfontweight

(PECL gmagick >= Unknown)

GmagickDraw::setfontweightSets the font weight

Beschreibung

public GmagickDraw::setfontweight(int $weight): GmagickDraw

Sets the font weight to use when annotating with text.

Parameter-Liste

weight

Font weight (valid range 100-900)

Rückgabewerte

The GmagickDraw object.