drawSetTextInterwordSpacing method

void drawSetTextInterwordSpacing(
  1. double interwordSpacing
)

DrawSetTextInterwordSpacing() sets the spacing between words in text.

  • interwordSpacing : text word spacing

Implementation

void drawSetTextInterwordSpacing(double interwordSpacing) =>
    _magickWandBindings.DrawSetTextInterwordSpacing(
      _wandPtr,
      interwordSpacing,
    );