drawGetFontStyle method
DrawGetFontStyle() returns the font style used when annotating with text.
Implementation
StyleType drawGetFontStyle() =>
StyleType.values[_magickWandBindings.DrawGetFontStyle(_wandPtr)];
DrawGetFontStyle() returns the font style used when annotating with text.
StyleType drawGetFontStyle() =>
StyleType.values[_magickWandBindings.DrawGetFontStyle(_wandPtr)];