docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TMP_FontFeatureTable

    Table that contains the various font features available for the given font asset.

    Inheritance
    object
    TMP_FontFeatureTable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TMPro
    Assembly: Unity.TextMeshPro.dll
    Syntax
    [Serializable]
    public class TMP_FontFeatureTable

    Constructors

    TMP_FontFeatureTable()

    Declaration
    public TMP_FontFeatureTable()

    Properties

    glyphPairAdjustmentRecords

    List that contains the glyph pair adjustment records.

    Declaration
    public List<TMP_GlyphPairAdjustmentRecord> glyphPairAdjustmentRecords { get; set; }
    Property Value
    Type Description
    List<TMP_GlyphPairAdjustmentRecord>

    Methods

    SortGlyphPairAdjustmentRecords()

    Sort the glyph pair adjustment records by glyph index.

    Declaration
    public void SortGlyphPairAdjustmentRecords()
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)