drawGetFontStretch method

StretchType drawGetFontStretch()

DrawGetFontStretch() returns the font stretch used when annotating with text.

Implementation

StretchType drawGetFontStretch() =>
    StretchType.values[_magickWandBindings.DrawGetFontStretch(_wandPtr)];