docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct TMP_GlyphAdjustmentRecord

    The positional adjustment values of a glyph.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: TMPro
    Assembly: Unity.TextMeshPro.dll
    Syntax
    [Serializable]
    public struct TMP_GlyphAdjustmentRecord

    Constructors

    TMP_GlyphAdjustmentRecord(uint, TMP_GlyphValueRecord)

    Constructor

    Declaration
    public TMP_GlyphAdjustmentRecord(uint glyphIndex, TMP_GlyphValueRecord glyphValueRecord)
    Parameters
    Type Name Description
    uint glyphIndex

    The index of the glyph in the source font file.

    TMP_GlyphValueRecord glyphValueRecord

    The GlyphValueRecord contains the positional adjustments of the glyph.

    Properties

    glyphIndex

    The index of the glyph in the source font file.

    Declaration
    public uint glyphIndex { get; set; }
    Property Value
    Type Description
    uint

    glyphValueRecord

    The GlyphValueRecord contains the positional adjustments of the glyph.

    Declaration
    public TMP_GlyphValueRecord glyphValueRecord { get; set; }
    Property Value
    Type Description
    TMP_GlyphValueRecord
    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)