TextMetrics

The TextMetrics interface represents the dimensions of a piece of text, as created by the measureText() method.

struct TextMetrics {}

Members

Variables

lineGap
float lineGap;

Undocumented in source.

width
float width;

Undocumented in source.

Meta