direction property
The
CanvasRenderingContext2D.direction
property of the Canvas 2D API specifies the current text direction used to
draw text.
Implementation
external CanvasDirection get direction;
Implementation
external set direction(CanvasDirection value);