CakeFest 2024: The Official CakePHP Conference

ImagickDraw::getTextAntialias

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getTextAntialiasReturns the current text antialias setting

说明

public ImagickDraw::getTextAntialias(): bool
警告

本函数还未编写文档,仅有参数列表。

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

User Contributed Notes

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