GmagickDraw::getfont
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::getfont

GmagickDraw::getfont

(PECL gmagick >= Unknown)

GmagickDraw::getfontReturns the font

Descrizione

public function GmagickDraw::getfont(): mixed

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

To Top