LineBreak

Represents a single line break opprtunity.

Constructors

this
this(size_t index, bool required)
Undocumented in source.

Members

Variables

index
size_t index;

Code unit index of the breaking point within the input string

required
bool required;

Determines whether this is a required line break

text
R text;

The text between the preceeding breaking point up to this one

Meta