Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 56251 программист и 5335 роботов. Сейчас ищут 1360 программистов ...
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