drawGetFontStyle method

StyleType drawGetFontStyle()

DrawGetFontStyle() returns the font style used when annotating with text.

Implementation

StyleType drawGetFontStyle() =>
    StyleType.values[_magickWandBindings.DrawGetFontStyle(_wandPtr)];