(PECL imagick 2.0.0) Returns the offset into the dash pattern to start the dash float ImagickDraw::getStrokeDashOffset ( void ) Returns the offset into the dash pattern to start the dash. Returns: Returns a float representing the offset and 0 if it's not set. This function is currently not documented; only its argument list is available.
(PECL imagick 2.0.0) Returns an array representing the pattern of dashes and gaps used to stroke paths array ImagickDraw::getStrokeDashArray ( void ) Returns an array representing the pattern of dashes and gaps used to stroke paths. Returns: Returns an array on success and empty array if not set. This function is currently not documented; only its argument list
(PECL imagick 2.0.0) Returns the color used for stroking object outlines ImagickPixel ImagickDraw::getStrokeColor ( void ) Returns the color used for stroking object outlines. Parameters: stroke_color Returns the color used for stroking object outlines. Returns: Returns an ImagickPixel object which describes the color.
(PECL imagick 2.0.0) Returns the current stroke antialias setting bool ImagickDraw::getStrokeAntialias ( void ) Returns the current stroke antialias setting. Stroked outlines are antialiased by default. When antialiasing is disabled stroked pixels are thresholded to determine if the stroke color or underlying canvas color should be used. Returns: Returns TRUE if antialiasing is on and false if it
(PECL imagick 2.0.0) Returns the text placement gravity int ImagickDraw::getGravity ( void ) Returns the text placement gravity used when annotating with text. Returns: Returns a GRAVITY_ constant on success and 0 if no gravity is set. This function is currently not documented; only its argument list is available.
(PECL imagick 2.0.0) Returns the font weight int ImagickDraw::getFontWeight ( void ) Returns the font weight used when annotating with text. Returns: Returns an int on success and 0 if no weight is set. This function is currently not documented; only its argument list is available.
(PECL imagick 2.0.0) Returns the font style int ImagickDraw::getFontStyle ( void ) Returns the font style used when annotating with text. Returns: Returns the font style constant (STYLE_) associated with the ImagickDraw object or 0 if no style is set. This function is currently not documented; only its argument list is available.
(No version information available, might only be in Git) Description public int ImagickDraw::getFontStretch ( void ) Gets the font stretch to use when annotating with text. Returns a StretchType. Returns:
(PECL imagick 2.0.0) Returns the font pointsize float ImagickDraw::getFontSize ( void ) Returns the font pointsize used when annotating with text. Returns: Returns the font size associated with the current ImagickDraw object. This function is currently not documented; only its argument list is available.
(PECL imagick 2.0.0) Returns the font family string ImagickDraw::getFontFamily ( void ) Returns the font family to use when annotating with text. Returns: Returns the font family currently selected or false if font family is not set. This function is currently not documented; only its argument list is available.
Page 646 of 930