Index of the first run in the ordered runs buffer for this line.
public intrunCount
Number of runs in this line.
public intglyphStart
Index of the first positioned glyph belonging to this line (set during layout).
public intglyphCount
Number of positioned glyphs belonging to this line (set during layout).
public floatwidth
Content width in font units (excluding trailing whitespace).
public floatwidthPx
Content width in mesh-local pixels (width scaled by font size at layout time, set during layout).
public floattrailingWhitespace
Width of trailing whitespace that hangs outside the content box (CSS Text §4.1.3), in font units.
public byteparagraphBaseLevel
The base BiDi level of the paragraph containing this line.
public floatstartMargin
Left margin for this line (e.g., for list indentation).
public boolendedByMandatoryBreak
True when this line was terminated by a UAX #14 mandatory break (CR / LF / NEL / LS / PS / etc.) — i.e. the next line starts a new paragraph for justification purposes.