docs.unity3d.com
    Show / Hide Table of Contents

    Struct MarkToBaseAdjustmentRecord

    A MarkToBaseAdjustmentRecord defines the positional adjustment between a base glyph and mark glyph.

    Namespace: TMPro
    Syntax
    public struct MarkToBaseAdjustmentRecord

    Properties

    baseGlyphAnchorPoint

    The position of the anchor point of the base glyph.

    Declaration
    public GlyphAnchorPoint baseGlyphAnchorPoint { get; set; }
    Property Value
    Type Description
    GlyphAnchorPoint

    baseGlyphID

    The index of the base glyph.

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

    markGlyphID

    The index of the mark glyph.

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

    markPositionAdjustment

    The positional adjustment of the mark glyph relative to the anchor point of the base glyph.

    Declaration
    public MarkPositionAdjustment markPositionAdjustment { get; set; }
    Property Value
    Type Description
    MarkPositionAdjustment
    Back to top
    Terms of use
    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