drawSetFontStretch method

void drawSetFontStretch(
  1. StretchType fontStretch
)

DrawSetFontStretch() sets the font stretch to use when annotating with text.

  • fontStretch : font stretch

Implementation

void drawSetFontStretch(StretchType fontStretch) =>
    _magickWandBindings.DrawSetFontStretch(_wandPtr, fontStretch.index);