Back to API Reference
Enum

RangeVisualTransformKind

How final mesh deformation relates to one visual range fragment.

public static readonly RangeVisualTransformKind Identity = 0

The fragment kept its layout geometry.

public static readonly RangeVisualTransformKind Uniform = 1

Every glyph in the fragment shares one resolved transform.

public static readonly RangeVisualTransformKind NonUniform = 2

Glyphs have different transforms. Bounds remains a conservative final-space envelope; consume visual glyphs for their exact topology.