Struct LineSpan
struct LineSpan;
Fields
| Name | Type | Description |
|---|---|---|
len
|
int | number of lines it spans |
start
|
int | start index of line |
wrappedContent
|
dstring[] | the wrapped text |
wrapPoints
|
WrapPoint[] | the wrapping points |
Methods
| Name | Description |
|---|---|
accumulation
(wrapLine, wrapPointInfo)
|
Adds up either positions or widths to a wrapLine |
Enums
| Name | Description |
|---|---|
WrapPointInfo
|