ImagickDraw::setResolution

(No version information available, might only be in Git) Description public void ImagickDraw::setResolution ( string $x_resolution, string $y_resolution ) Sets the resolution. Parameters: x_resolution Sets the resolution. y_resolution Sets the resolution. Returns:

ImagickDraw::setGravity

(PECL imagick 2.0.0) Sets the text placement gravity bool ImagickDraw::setGravity ( int $gravity ) Sets the text placement gravity to use when annotating with text. Parameters: gravity GRAVITY_ constant Returns: No value is returned. This function is currently not documented; only its argument list is availabl

ImagickDraw::setFontWeight

(PECL imagick 2.0.0) Sets the font weight bool ImagickDraw::setFontWeight ( int $font_weight ) Sets the font weight to use when annotating with text. Parameters: font_weight Sets the font weight to use when annotating with text. Returns: This function is currently not documented; only its argument list is availa

ImagickDraw::setFontStyle

(PECL imagick 2.0.0) Sets the font style to use when annotating with text bool ImagickDraw::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 STYLETYPE_ constant Returns: No value is returned. Th

ImagickDraw::setFontStretch

(PECL imagick 2.0.0) Sets the font stretch to use when annotating with text bool ImagickDraw::setFontStretch ( int $fontStretch ) Sets the font stretch to use when annotating with text. The AnyStretch enumeration acts as a wild-card "don't care" option. Parameters: fontStretch STRETCH_ constant Returns: No value is returned.

ImagickDraw::setFontSize

(PECL imagick 2.0.0) Sets the font pointsize to use when annotating with text bool ImagickDraw::setFontSize ( float $pointsize ) Sets the font pointsize to use when annotating with text. Parameters: pointsize the point size Returns: No value is returned. This function is currently not documented; only its argu

ImagickDraw::setFontFamily

(PECL imagick 2.0.0) Sets the font family to use when annotating with text bool ImagickDraw::setFontFamily ( string $font_family ) Sets the font family to use when annotating with text. Parameters: font_family the font family Returns: Returns TRUE on success. This function is currently not documented; only its

ImagickDraw::setFont

(PECL imagick 2.0.0) Sets the fully-specified font to use when annotating with text bool ImagickDraw::setFont ( string $font_name ) Sets the fully-specified font to use when annotating with text. Parameters: font_name Sets the fully-specified font to use when annotating with text. Returns: Returns TRUE on success.

ImagickDraw::setFillRule

(PECL imagick 2.0.0) Sets the fill rule to use while drawing polygons bool ImagickDraw::setFillRule ( int $fill_rule ) Sets the fill rule to use while drawing polygons. Parameters: fill_rule FILLRULE_ constant Returns: No value is returned. This function is currently not documented; only its argument list is a

ImagickDraw::setFillPatternURL

(PECL imagick 2.0.0) Sets the URL to use as a fill pattern for filling objects bool ImagickDraw::setFillPatternURL ( string $fill_url ) Sets the URL to use as a fill pattern for filling objects. Only local URLs ("#identifier") are supported at this time. These local URLs are normally created by defining a named fill pattern with DrawPushPattern/DrawPopPattern. Parameters: fill_url