Back to API Reference
Enum

RangePaintMapping

Projection frame used by a range decoration independently of its geometry topology.

public static readonly RangePaintMapping InheritGeometry = 0

Glyph/Line follow the matching geometry; Range/Block use one range frame.

public static readonly RangePaintMapping Glyph = 1

Restart paint for every shaped glyph cluster.

public static readonly RangePaintMapping Line = 2

Restart paint for every layout line.

public static readonly RangePaintMapping Range = 3

Use one paint frame for the logical entity segment.

public static readonly RangePaintMapping TextBlock = 4

Use one paint frame for the entire rendered text block.