ImagickDraw::setFontWeight

(PECL imagick 2.0.0)

ImagickDraw::setFontWeightSets the font weight

Beskrivelse

bool ImagickDraw::setFontWeight ( int $font_weight )
Advarsel

This function is currently not documented; only its argument list is available.

Sets the font weight to use when annotating with text.

Parametre

font_weight

Returnerings Værdier

add a note add a note

User Contributed Notes 1 note

up
2
skmanji at manji dot org
14 years ago
Valid Range 100-900. I found that any value 551 and above would give me bold.
To Top