GmagickDraw::gettextdecoration

(PECL gmagick >= Unknown) Returns the text decoration public int GmagickDraw::gettextdecoration ( void ) Returns the decoration applied when annotating with text. Returns: Returns one of the DECORATION_ constants and 0 if no decoration is set.

GmagickDraw::getstrokewidth

(PECL gmagick >= Unknown) Returns the width of the stroke used to draw object outlines public float GmagickDraw::getstrokewidth ( void ) Returns the width of the stroke used to draw object outlines. Returns: Returns a double describing the stroke width.

GmagickDraw::getstrokeopacity

(PECL gmagick >= Unknown) Returns the opacity of stroked object outlines public float GmagickDraw::getstrokeopacity ( void ) Returns the opacity of stroked object outlines. Returns: Returns a double describing the opacity.

GmagickDraw::getstrokecolor

(PECL gmagick >= Unknown) Returns the color used for stroking object outlines public void GmagickDraw::getstrokecolor ( void ) Returns the color used for stroking object outlines. Returns: Returns an GmagickPixel object which describes the color

GmagickDraw::getfontweight

(PECL gmagick >= Unknown) Returns the font weight public int GmagickDraw::getfontweight ( void ) Returns the font weight used when annotating with text. Returns: Returns an int on success and 0 if no weight is set.

GmagickDraw::getfontstyle

(PECL gmagick >= Unknown) Returns the font style public int GmagickDraw::getfontstyle ( void ) Returns the font style used when annotating with text. Returns: Returns the font style constant (STYLE_) associated with the GmagickDraw object or 0 if no style is set.

GmagickDraw::getfontsize

(PECL gmagick >= Unknown) Returns the font pointsize public float GmagickDraw::getfontsize ( void ) Returns the font pointsize used when annotating with text. Returns: Returns the font size associated with the current GmagickDraw object.

GmagickDraw::getfont

(PECL gmagick >= Unknown) Returns the font public string GmagickDraw::getfont ( void ) Returns a string specifying the font used when annotating with text. Returns: Returns a string on success and false if no font is set.

GmagickDraw::getfillopacity

(PECL gmagick >= Unknown) Returns the opacity used when drawing public float GmagickDraw::getfillopacity ( void ) Returns the opacity used when drawing Returns: Returns the opacity used when drawing using the fill color or fill texture. Fully opaque is 1.0.

GmagickDraw::getfillcolor

(PECL gmagick >= Unknown) Returns the fill color public void GmagickDraw::getfillcolor ( void ) Returns the fill color used for drawing filled objects. Returns: The GmagickPixel fill color used for drawing filled objects.