drawSetTextDirection method

void drawSetTextDirection(
  1. DirectionType direction
)

DrawSetTextDirection() specifies the direction to be used when annotating with text.

  • direction : the text direction

Implementation

void drawSetTextDirection(DirectionType direction) =>
    _magickWandBindings.DrawSetTextDirection(_wandPtr, direction.index);