struct in UnityEngine.TextCore.Text
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseA MarkPositionAdjustment defines the positional adjustment of a glyph relative to the anchor point of base glyph.
This data structure is used by the Mark-to-Base, Mark-to-Mark, and Mark-to-Ligature OpenType font features.
xPositionAdjustment | The horizontal positional adjustment of the glyph relative to the anchor point of its parent base glyph. |
yPositionAdjustment | The vertical positional adjustment of the glyph relative to the anchor point of its parent base glyph. |
MarkPositionAdjustment | Initializes and returns an instance of MarkPositionAdjustment. |