Struct TMP_GlyphValueRecord
The values used to adjust the position of a glyph or set of glyphs.
Inherited Members
Namespace: TMPro
Assembly: solution.dll
Syntax
[Serializable]
public struct TMP_GlyphValueRecord
Constructors
Name | Description |
---|---|
TMP_GlyphValueRecord(float, float, float, float) | Constructor |
Properties
Name | Description |
---|---|
xAdvance | The positional adjustment affecting the horizontal advance of the glyph. |
xPlacement | The positional adjustment affecting the horizontal bearing X of the glyph. |
yAdvance | The positional adjustment affecting the vertical advance of the glyph. |
yPlacement | The positional adjustment affecting the horizontal bearing Y of the glyph. |
Operators
Name | Description |
---|---|
operator +(TMP_GlyphValueRecord, TMP_GlyphValueRecord) |