Back to API Reference
Enum
RangeVisualTransformKind
How final mesh deformation relates to one visual range fragment.
public static readonly RangeVisualTransformKind Identity = 0The fragment kept its layout geometry.
public static readonly RangeVisualTransformKind Uniform = 1Every glyph in the fragment shares one resolved transform.
public static readonly RangeVisualTransformKind NonUniform = 2Glyphs have different transforms. Bounds remains a conservative final-space envelope; consume visual glyphs for their exact topology.
