Struct MarkToBaseAdjustmentRecord
Namespace: TMPro
Syntax
public struct MarkToBaseAdjustmentRecord
Properties
baseGlyphAnchorPoint
Declaration
public GlyphAnchorPoint baseGlyphAnchorPoint { get; set; }
Property Value
baseGlyphID
The index of the base glyph
Declaration
public uint baseGlyphID { get; set; }
Property Value
markGlyphID
The index of the mark glyph
Declaration
public uint markGlyphID { get; set; }
Property Value
markPositionAdjustment
Declaration
public MarkPositionAdjustment markPositionAdjustment { get; set; }
Property Value