drawGetTextKerning method

double drawGetTextKerning()

DrawGetTextKerning() gets the spacing between characters in text.

Implementation

double drawGetTextKerning() =>
    _magickWandBindings.DrawGetTextKerning(_wandPtr);