Back to API Reference
Enum
RangeWhitespacePolicy
Whether layout whitespace or only rendered glyph faces contribute to hit geometry.
public static readonly RangeWhitespacePolicy Layout = 0Use final line fragments, including meaningful spaces and tabs inside the range.
public static readonly RangeWhitespacePolicy VisibleGlyphs = 1Use only final rendered glyph fragments.
