Version: 2022.1
言語: 日本語

MarkPositionAdjustment

struct in UnityEngine.TextCore.Text

マニュアルに切り替える

説明

A 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.

変数

xPositionAdjustmentThe horizontal positional adjustment of the glyph relative to the anchor point of its parent base glyph.
yPositionAdjustmentThe vertical positional adjustment of the glyph relative to the anchor point of its parent base glyph.

コンストラクタ

MarkPositionAdjustmentInitializes and returns an instance of MarkPositionAdjustment.