Struct LigatureSubstitutionRecord
The LigatureSubstitutionRecord defines the substitution of multiple glyphs by a single glyph.
Namespace: TMPro
Syntax
public struct LigatureSubstitutionRecord
Properties
componentGlyphIDs
Array that contains the index of the glyphs being substituted.
Declaration
public uint[] componentGlyphIDs { get; set; }
Property Value
Type | Description |
---|---|
UInt32[] |
ligatureGlyphID
The index of the replacement glyph.
Declaration
public uint ligatureGlyphID { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |