Struct TMP_GlyphAdjustmentRecord
The positional adjustment values of a glyph.
Inherited Members
Namespace: TMPro
Assembly: solution.dll
Syntax
[Serializable]
public struct TMP_GlyphAdjustmentRecord
Constructors
Name | Description |
---|---|
TMP_GlyphAdjustmentRecord(uint, TMP_GlyphValueRecord) | Constructor |
Properties
Name | Description |
---|---|
glyphIndex | The index of the glyph in the source font file. |
glyphValueRecord | The GlyphValueRecord contains the positional adjustments of the glyph. |