drawSetTextDirection method
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);