ImagickDraw::setFont

(No version information available, might be only in CVS)

ImagickDraw::setFont — Sets the fully-specified font to use when annotating with text

Описание

bool ImagickDraw::setFont ( string $font_name )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Sets the fully-specified font to use when annotating with text.

Список параметров

font_name

Возвращаемые значения

Returns TRUE on success.

Коментарии

The only acceptable parameters I've been able to use are the location, relative to site root, of a font file.

e.g, 
$draw->setFont("fonts/arial.ttf");
2009-09-14 15:49:49
http://php5.kiev.ua/manual/ru/function.imagickdraw-setfont.html
Автор:
To get a list of fonts that ImageMagick knows about, enter this from a cmd shell:
 convert -list font
2011-04-07 03:54:42
http://php5.kiev.ua/manual/ru/function.imagickdraw-setfont.html

    Поддержать сайт на родительском проекте КГБ