[]
Describes a section within a TextLine.
public class LineSection
public LineSection()
Gets the length of text in the section, in graphic units.
public float ContentLength { get; }
Gets the offset of the text start along the base reading direction, in graphic units.
public float ContentOffset { get; }
Gets the array of glyph runs.
public GlyphRun[] GlyphRuns { get; }
Gets the length of the section, in graphic units.
public float Length { get; }
Gets the offset of the section start along the base reading direction, in graphic units.
public float Offset { get; }
Gets the owner TextLine object.
public TextLine TextLine { get; }
Gets the length (width or height) of the trailing whitespace, in graphic units.
public float TrailingWhitespaceLength { get; }