ImagickDraw::getTextInterlineSpacing

(No version information available, might only be in Git) Description public float ImagickDraw::getTextInterlineSpacing ( void ) Gets the text interword spacing. Returns:

ImagickDraw::getTextEncoding

(PECL imagick 2.0.0) Returns the code set used for text annotations string ImagickDraw::getTextEncoding ( void ) Returns a string which specifies the code set used for text annotations. Returns: Returns a string specifying the code set or false if text encoding is not set. This function is currently not documented; only its argument list is available.

ImagickDraw::getTextDecoration

(PECL imagick 2.0.0) Returns the text decoration int ImagickDraw::getTextDecoration ( void ) Returns the decoration applied when annotating with text. Returns: Returns one of the DECORATION_ constants and 0 if no decoration is set. This function is currently not documented; only its argument list is available.

ImagickDraw::getTextAntialias

(PECL imagick 2.0.0) Returns the current text antialias setting bool ImagickDraw::getTextAntialias ( void ) Returns the current text antialias setting, which determines whether text is antialiased. Text is antialiased by default. Returns: Returns TRUE if text is antialiased and false if not. This function is currently not documented; only its argument list is a

ImagickDraw::getTextAlignment

(PECL imagick 2.0.0) Returns the text alignment int ImagickDraw::getTextAlignment ( void ) Returns the alignment applied when annotating with text. Returns: Returns one of the ALIGN_ constants and 0 if no align is set. This function is currently not documented; only its argument list is available.

ImagickDraw::getStrokeWidth

(PECL imagick 2.0.0) Returns the width of the stroke used to draw object outlines float ImagickDraw::getStrokeWidth ( void ) Returns the width of the stroke used to draw object outlines. Returns: Returns a double describing the stroke width. This function is currently not documented; only its argument list is available.

ImagickDraw::getStrokeOpacity

(PECL imagick 2.0.0) Returns the opacity of stroked object outlines float ImagickDraw::getStrokeOpacity ( void ) Returns the opacity of stroked object outlines. Returns: Returns a double describing the opacity. This function is currently not documented; only its argument list is available.

ImagickDraw::getStrokeMiterLimit

(PECL imagick 2.0.0) Returns the stroke miter limit int ImagickDraw::getStrokeMiterLimit ( void ) Returns the miter limit. When two line segments meet at a sharp angle and miter joins have been specified for 'lineJoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path. The 'miterLimit' imposes a limit on the ratio of the miter length to the 'lineWidth'. Retur

ImagickDraw::getStrokeLineJoin

(PECL imagick 2.0.0) Returns the shape to be used at the corners of paths when they are stroked int ImagickDraw::getStrokeLineJoin ( void ) Returns the shape to be used at the corners of paths (or other vector shapes) when they are stroked. Returns: Returns one of the LINEJOIN_ constants or 0 if stroke line join is not set. This function is currently not docume

ImagickDraw::getStrokeLineCap

(PECL imagick 2.0.0) Returns the shape to be used at the end of open subpaths when they are stroked int ImagickDraw::getStrokeLineCap ( void ) Returns the shape to be used at the end of open subpaths when they are stroked. Returns: Returns one of the LINECAP_ constants or 0 if stroke linecap is not set. This function is currently not documented; only its argume