The final computed ascent for the line. This can be impacted by the strut, height, scaling, as well as outlying runs that are very tall.
The y position of the baseline for this line from the top of the paragraph.
The final computed descent for the line. This can be impacted by the strut, height, scaling, as well as outlying runs that are very tall.
The index in the text buffer the line ends.
round(ascent + descent)
True if the line ends in a hard break (e.g. newline)
The left edge of the line. The right edge can be obtained with left + width
Zero indexed line number.
The index in the text buffer the line begins.
width of the line
See Metrics.h for more on this struct.