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.

add a note add a note

User Contributed Notes

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