drawSetFontStyle method
DrawSetFontStyle() sets the font style to use when annotating with text.
fontStyle: font style
Implementation
void drawSetFontStyle(StyleType fontStyle) =>
_magickWandBindings.DrawSetFontStyle(_wandPtr, fontStyle.index);
DrawSetFontStyle() sets the font style to use when annotating with text.
fontStyle : font stylevoid drawSetFontStyle(StyleType fontStyle) =>
_magickWandBindings.DrawSetFontStyle(_wandPtr, fontStyle.index);