docs.unity.cn
    Show / Hide Table of Contents

    Struct TMP_GlyphAdjustmentRecord

    The positional adjustment values of a glyph.

    Namespace: TMPro
    Syntax
    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 © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, March 9, 2022
    Terms of use