GmagickDraw::getfontsize

(PECL gmagick >= Unknown)

GmagickDraw::getfontsizeReturns the font pointsize

Descrição

publicGmagickDraw::getfontsize(): float

Returns the font pointsize used when annotating with text.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the font size associated with the current GmagickDraw object.

To Top