drawSetFontStretch method
DrawSetFontStretch() sets the font stretch to use when annotating with text.
fontStretch
: font stretch
Implementation
void drawSetFontStretch(StretchType fontStretch) =>
_magickWandBindings.DrawSetFontStretch(_wandPtr, fontStretch.index);