GmagickDraw::settextencoding

(PECL gmagick >= Unknown) Specifies the text code set public GmagickDraw GmagickDraw::settextencoding ( string $encoding ) Specifies the code set to use for text annotations. The only character encoding which may be specified at this time is "UTF-8" for representing Unicode as a sequence of bytes. Specify an empty string to set text encoding to the system's default. Successful text annotation using Unicode may require fon

GmagickDraw::settextdecoration

(PECL gmagick >= Unknown) Specifies a decoration public GmagickDraw GmagickDraw::settextdecoration ( int $decoration ) Specifies a decoration to be applied when annotating with text. Parameters: int Text decoration. One of NoDecoration, UnderlineDecoration, OverlineDecoration, or LineThroughDecoration Returns: The GmagickDraw object on success

GmagickDraw::setstrokewidth

(PECL gmagick >= Unknown) Sets the width of the stroke used to draw object outlines. public GmagickDraw GmagickDraw::setstrokewidth ( float $width ) Sets the width of the stroke used to draw object outlines Parameters: width Stroke width Returns: The GmagickDraw object on success

GmagickDraw::setstrokeopacity

(PECL gmagick >= Unknown) Specifies the opacity of stroked object outlines. public GmagickDraw GmagickDraw::setstrokeopacity ( float $stroke_opacity ) Specifies the opacity of stroked object outlines. Parameters: stroke_opacity Stroke opacity. The value 1.0 is opaque. Returns: The GmagickDraw object on success

GmagickDraw::setstrokecolor

(PECL gmagick >= Unknown) Sets the color used for stroking object outlines. public GmagickDraw GmagickDraw::setstrokecolor ( GmagickPixel $color ) Sets the color used for stroking object outlines. Parameters: color GmagickPixel representing the color for the stroke. Returns: The GmagickDraw object on success

GmagickDraw::setfontweight

(PECL gmagick >= Unknown) Sets the font weight public GmagickDraw GmagickDraw::setfontweight ( int $weight ) Sets the font weight to use when annotating with text. Parameters: weight Font weight (valid range 100-900) Returns: The GmagickDraw object on success

GmagickDraw::setfontstyle

(PECL gmagick >= Unknown) Sets the font style to use when annotating with text public GmagickDraw GmagickDraw::setfontstyle ( int $style ) Sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option. Parameters: style Font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle) Returns:

GmagickDraw::setfontsize

(PECL gmagick >= Unknown) Sets the font pointsize to use when annotating with text. public GmagickDraw GmagickDraw::setfontsize ( float $pointsize ) Sets the font pointsize to use when annotating with text. Parameters: pointsize Text pointsize Returns: The GmagickDraw object on success

GmagickDraw::setfont

(PECL gmagick >= Unknown) Sets the fully-specified font to use when annotating with text. public GmagickDraw GmagickDraw::setfont ( string $font ) Sets the fully-specified font to use when annotating with text Parameters: font font name Returns: The GmagickDraw object on success

GmagickDraw::setfillopacity

(PECL gmagick >= Unknown) The setfillopacity purpose public GmagickDraw GmagickDraw::setfillopacity ( float $fill_opacity ) Sets the opacity to use when drawing using the fill color or fill texture. Setting it to 1.0 will make fill full opaque. Parameters: fill_opacity Fill opacity Returns: The GmagickDraw object on success