GmagickDraw::getfontsize
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::getfontsize

GmagickDraw::getfontsize

(PECL gmagick >= Unknown)

GmagickDraw::getfontsizeReturns the font pointsize

Descrizione

public function GmagickDraw::getfontsize(): float

Returns the font pointsize used when annotating with text.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the font size associated with the current GmagickDraw object.

To Top