TextLine

wrapText result.

Members

Structs

Word
struct Word
Undocumented in source.

Variables

index
size_t index;

Index of the line within the original text. This is the start of the text.

lineFeed
bool lineFeed;

If true, the line is explicitly terminated with a line feed.

text
string text;

Text on this line.

width
size_t width;

Width of the line (including spaces).

Meta