Home > PHP > Function > > ImagickDraw::setFontStretch()

ImagickDraw::setFontStretch()

ImagickDraw::setFontStretch - Sets the font stretch to use when annotating with text

Syntax

bool ImagickDraw::setFontStretch (int $fontStretch)

Arguments

  • fontStretch - STRETCH_ constant

Description

Sets the font stretch to use when annotating with text. The AnyStretch enumeration acts as a wild-card "don't care" option.

Version

PHP PECL imagick 2.0.0

Return value

No value is returned.