drawSetFontWeight method
DrawSetFontWeight() sets the font weight to use when annotating with text.
fontWeight
: font weight
Implementation
void drawSetFontWeight(int fontWeight) =>
_magickWandBindings.DrawSetFontWeight(_wandPtr, fontWeight);
DrawSetFontWeight() sets the font weight to use when annotating with text.
fontWeight
: font weightvoid drawSetFontWeight(int fontWeight) =>
_magickWandBindings.DrawSetFontWeight(_wandPtr, fontWeight);