Home > PHP > Function > > Imagick::setPointSize()

Imagick::setPointSize()

Imagick::setPointSize - Sets point size

Syntax

bool Imagick::setPointSize (float $point_size)

Arguments

  • point_size - Point size

Description

Sets object's point size property. This method can be used for example to set font size for caption: pseudo-format. This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer.

Version

PHP PECL imagick 2.1.0

Return value

Returns TRUE on success.