ImagickDraw::setVectorGraphics

(PECL imagick 2.0.0) Sets the vector graphics bool ImagickDraw::setVectorGraphics ( string $xml ) Sets the vector graphics associated with the specified ImagickDraw object. Use this method with ImagickDraw::getVectorGraphics() as a method to persist the vector graphics state. Parameters: xml xml containing the vector graphics Returns: Returns TRU

ImagickDraw::setTextUnderColor

(PECL imagick 2.0.0) Specifies the color of a background rectangle bool ImagickDraw::setTextUnderColor ( ImagickPixel $under_color ) Specifies the color of a background rectangle to place under text annotations. Parameters: under_color the under color Returns: No value is returned. This function is currently n

ImagickDraw::setTextKerning

(No version information available, might only be in Git) Description public void ImagickDraw::setTextKerning ( float $kerning ) Sets the text kerning Parameters: kerning Sets the text kerning Returns: This function is currently not documented; only its argument list is available.

ImagickDraw::setTextInterwordSpacing

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

ImagickDraw::setTextInterlineSpacing

(No version information available, might only be in Git) Description public void ImagickDraw::setTextInterlineSpacing ( float $spacing ) Sets the text interline spacing. Parameters: spacing Sets the text interline spacing. Returns: This function is currently not documented; only its argument list is available.

ImagickDraw::setTextEncoding

(PECL imagick 2.0.0) Specifies the text code set bool ImagickDraw::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 fonts designed to support

ImagickDraw::setTextDecoration

(PECL imagick 2.0.0) Specifies a decoration bool ImagickDraw::setTextDecoration ( int $decoration ) Specifies a decoration to be applied when annotating with text. Parameters: decoration DECORATION_ constant Returns: No value is returned. This function is currently not documented; only its argument list is ava

ImagickDraw::setTextAntialias

(PECL imagick 2.0.0) Controls whether text is antialiased bool ImagickDraw::setTextAntialias ( bool $antiAlias ) Controls whether text is antialiased. Text is antialiased by default. Parameters: antiAlias Controls whether text is antialiased. Text is antialiased by default. Returns: No value is returned. This

ImagickDraw::setTextAlignment

(PECL imagick 2.0.0) Specifies a text alignment bool ImagickDraw::setTextAlignment ( int $alignment ) Specifies a text alignment to be applied when annotating with text. Parameters: alignment ALIGN_ constant Returns: No value is returned. This function is currently not documented; only its argument list is ava

ImagickDraw::setStrokeWidth

(PECL imagick 2.0.0) Sets the width of the stroke used to draw object outlines bool ImagickDraw::setStrokeWidth ( float $stroke_width ) Sets the width of the stroke used to draw object outlines. Parameters: stroke_width stroke width Returns: No value is returned. This function is currently not documented; only