NVGTextRow

Text row storage.

Members

Properties

rest
const(CT)[] rest [@property getter]

Get rest of the string.

row
const(CT)[] row [@property getter]

Get current row.

Variables

end
int end;

Index in the input text where the row ends (one past the last character).

maxx
float maxx;

Actual bounds of the row. Logical with and bounds can differ because of kerning and some parts over extending.

start
int start;

Index in the input text where the row starts.

width
float width;

Logical width of the row.

See Also

Meta