docs.unity3d.com
    Show / Hide Table of Contents

    Struct TMP_GlyphAdjustmentRecord

    The positional adjustment values of a glyph.

    Namespace: TMPro
    Syntax
    [Serializable]
    public struct TMP_GlyphAdjustmentRecord

    Constructors

    TMP_GlyphAdjustmentRecord(UInt32, TMP_GlyphValueRecord)

    Constructor

    Declaration
    public TMP_GlyphAdjustmentRecord(uint glyphIndex, TMP_GlyphValueRecord glyphValueRecord)
    Parameters
    Type Name Description
    UInt32 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
    UInt32

    glyphValueRecord

    The GlyphValueRecord contains the positional adjustments of the glyph.

    Declaration
    public TMP_GlyphValueRecord glyphValueRecord { get; set; }
    Property Value
    Type Description
    TMP_GlyphValueRecord
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • 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 18 October 2023