GmagickDraw::setfontweight
PHP function
Edit on GitHub ✎
(PECL gmagick >= Unknown)
Sets the font weight
Description
GmagickDraw::setfontweight(int $weight): GmagickDraw
Sets the font weight to use when annotating with text.
Parameters
weightFont weight (valid range 100-900)
Return Values
The GmagickDraw object.