docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TMP_GlyphPairAdjustmentRecord

    The positional adjustment values for a pair of glyphs.

    Inheritance
    object
    TMP_GlyphPairAdjustmentRecord
    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_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
    In This Article
    Back to top
    Copyright © 2024 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)