LineSpan

Undocumented in source.

Members

Enums

WrapPointInfo
enum WrapPointInfo
Undocumented in source.

Functions

accumulation
int accumulation(int wrapLine, bool wrapPointInfo)

Adds up either positions or widths to a wrapLine

Variables

len
int len;

number of lines it spans

start
int start;

start index of line

wrapPoints
WrapPoint[] wrapPoints;

the wrapping points

wrappedContent
dstring[] wrappedContent;

the wrapped text

Meta