This version of Unity is unsupported.

MarkToMarkAdjustmentRecord

struct in UnityEngine.TextCore.Text

Description

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

Properties

baseMarkGlyphAnchorPointThe position of the anchor point of the base mark glyph.
baseMarkGlyphIDThe index of the base mark glyph.
combiningMarkGlyphIDThe index of the combining mark glyph.
combiningMarkPositionAdjustmentThe positional adjustment of the combining mark glyph relative to the anchor point of the base mark glyph.