The ImagickDraw class
PHP 手册

ImagickDraw::getTextAntialias

(PECL imagick 2.0.0)

ImagickDraw::getTextAntialiasReturns the current text antialias setting

说明

bool ImagickDraw::getTextAntialias ( void )
Warning

本函数暂无文档,仅有参数列表。

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

返回值

Returns TRUE if text is antialiased and false if not.


The ImagickDraw class
PHP 手册