docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, March 9, 2022
    Terms of use