This version of Unity is unsupported.

MarkToBaseAdjustmentRecord

struct in UnityEngine.TextCore.Text

Description

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

Properties

baseGlyphAnchorPointThe position of the anchor point of the base glyph.
baseGlyphIDThe index of the base glyph.
markGlyphIDThe index of the mark glyph.
markPositionAdjustmentThe positional adjustment of the mark glyph relative to the anchor point of the base glyph.