drawGetTextInterwordSpacing method

double drawGetTextInterwordSpacing()

DrawGetTextInterwordSpacing() gets the spacing between words in text.

Implementation

double drawGetTextInterwordSpacing() =>
    _magickWandBindings.DrawGetTextInterwordSpacing(_wandPtr);