WrapPoint

Holds info about a word wrapping point

struct WrapPoint {}

Members

Variables

wrapPos
int wrapPos;

The relative wrapping position (related to TextPosition.pos)

wrapWidth
int wrapWidth;

The associated calculated width of the wrapLine

Meta