Struct MarkToMarkAdjustmentRecord
Namespace: TMPro
Syntax
public struct MarkToMarkAdjustmentRecord
Properties
baseMarkGlyphAnchorPoint
Declaration
public GlyphAnchorPoint baseMarkGlyphAnchorPoint { get; set; }
Property Value
baseMarkGlyphID
The index of the base glyph
Declaration
public uint baseMarkGlyphID { get; set; }
Property Value
combiningMarkGlyphID
The index of the mark glyph
Declaration
public uint combiningMarkGlyphID { get; set; }
Property Value
combiningMarkPositionAdjustment
Declaration
public MarkPositionAdjustment combiningMarkPositionAdjustment { get; set; }
Property Value