This version of Unity is unsupported.

MultipleSubstitutionRecord

struct in UnityEngine.TextCore.Text

Description

The MultipleSubstitutionRecord defines a substitution where a single glyph is replaced by multiple glyphs.

Properties

substituteGlyphIDsThe index of the target glyph to replace.
targetGlyphIDAn array that contains the index of the glyphs replacing the single target glyph.