docs.unity3d.com
    Show / Hide Table of Contents

    Class TMP_GlyphPairAdjustmentRecord

    The positional adjustment values for a pair of glyphs.

    Inheritance
    System.Object
    TMP_GlyphPairAdjustmentRecord
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: TMPro
    Syntax
    [Serializable]
    public class TMP_GlyphPairAdjustmentRecord

    Constructors

    TMP_GlyphPairAdjustmentRecord(TMP_GlyphAdjustmentRecord, TMP_GlyphAdjustmentRecord)

    Constructor

    Declaration
    public TMP_GlyphPairAdjustmentRecord(TMP_GlyphAdjustmentRecord firstAdjustmentRecord, TMP_GlyphAdjustmentRecord secondAdjustmentRecord)
    Parameters
    Type Name Description
    TMP_GlyphAdjustmentRecord firstAdjustmentRecord

    First glyph adjustment record.

    TMP_GlyphAdjustmentRecord secondAdjustmentRecord

    Second glyph adjustment record.

    Properties

    featureLookupFlags

    Declaration
    public FontFeatureLookupFlags featureLookupFlags { get; set; }
    Property Value
    Type Description
    FontFeatureLookupFlags

    firstAdjustmentRecord

    Contains the positional adjustment values for the first glyph.

    Declaration
    public TMP_GlyphAdjustmentRecord firstAdjustmentRecord { get; set; }
    Property Value
    Type Description
    TMP_GlyphAdjustmentRecord

    secondAdjustmentRecord

    Contains the positional adjustment values for the second glyph.

    Declaration
    public TMP_GlyphAdjustmentRecord secondAdjustmentRecord { get; set; }
    Property Value
    Type Description
    TMP_GlyphAdjustmentRecord
    Back to top
    Copyright © 2025 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 02 April 2025