ImagickDraw::getFont

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getFontReturns the font

Descrição

publicImagickDraw::getFont(): string
Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Returns a string specifying the font used when annotating with text.

Valor Retornado

Returns a string on success and false if no font is set.

To Top