drawGetFontStretch method
DrawGetFontStretch() returns the font stretch used when annotating with text.
Implementation
StretchType drawGetFontStretch() =>
StretchType.values[_magickWandBindings.DrawGetFontStretch(_wandPtr)];
DrawGetFontStretch() returns the font stretch used when annotating with text.
StretchType drawGetFontStretch() =>
StretchType.values[_magickWandBindings.DrawGetFontStretch(_wandPtr)];