textBaseline property
The
CanvasRenderingContext2D.textBaseline
property of the Canvas 2D API specifies the current text baseline used
when drawing
text.
Implementation
external CanvasTextBaseline get textBaseline;
Implementation
external set textBaseline(CanvasTextBaseline value);