Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16142 программиста и 1779 роботов. Сейчас ищут 1633 программиста ...
ImagickDraw::getTextAntialias - Returns the current text antialias setting
Вернуться к: ImagickDraw
ImagickDraw::getTextAntialias
(PECL imagick 2.0.0)
ImagickDraw::getTextAntialias — Returns the current text antialias setting
Описание
bool ImagickDraw::getTextAntialias
( void
)
Внимание
К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.
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.
Вернуться к: ImagickDraw