ImagickDraw::getFontSize
PHP Manual
PHP Manual»ImagickDraw»ImagickDraw::getFontSize

ImagickDraw::getFontSize

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getFontSizeReturns the font pointsize

Descrizione

public function ImagickDraw::getFontSize(): float
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Returns the font pointsize used when annotating with text.

Valori restituiti

Returns the font size associated with the current ImagickDraw object.

To Top