GmagickDraw::setfontweight
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::setfontweight

GmagickDraw::setfontweight

(PECL gmagick >= Unknown)

GmagickDraw::setfontweightSets the font weight

Descrizione

public function GmagickDraw::setfontweight(int $weight): GmagickDraw

Sets the font weight to use when annotating with text.

Elenco dei parametri

weight
Font weight (valid range 100-900)

Valori restituiti

The GmagickDraw object.

To Top