wordSpacing property

String get wordSpacing

The CanvasRenderingContext2D.wordSpacing property of the Canvas API specifies the spacing between words when drawing text.

This corresponds to the CSS word-spacing property.

Implementation

external String get wordSpacing;
set wordSpacing (String value)

Implementation

external set wordSpacing(String value);