(PECL imagick 2.0.0)
ImagickDraw::setFont — Sets the fully-specified font to use when annotating with text
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Sets the fully-specified font to use when annotating with text.
Liefert TRUE bei Erfolg.
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");