drawSetFontStyle method

void drawSetFontStyle(
  1. StyleType fontStyle
)

DrawSetFontStyle() sets the font style to use when annotating with text.

  • fontStyle : font style

Implementation

void drawSetFontStyle(StyleType fontStyle) =>
    _magickWandBindings.DrawSetFontStyle(_wandPtr, fontStyle.index);