parent root
PHP: ImagickDraw::getTextAntialias - Manual

ImagickDraw::getTextAntialias

(PECL imagick 2.0.0)

ImagickDraw::getTextAntialiasReturns the current text antialias setting

Description

ImagickDraw::getTextAntialias ( void ) : bool
Warning

This function is currently not documented; only its argument list is available.

Returns the current text antialias setting, which determines whether text is antialiased. Text is antialiased by default.

Return Values

Returns TRUE if text is antialiased and false if not.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root