Constructor TMP_GlyphValueRecord
TMP_GlyphValueRecord(float, float, float, float)
Constructor
Declaration
public TMP_GlyphValueRecord(float xPlacement, float yPlacement, float xAdvance, float yAdvance)
Parameters
Type | Name | Description |
---|---|---|
float | xPlacement | The positional adjustment affecting the horizontal bearing X of the glyph. |
float | yPlacement | The positional adjustment affecting the horizontal bearing Y of the glyph. |
float | xAdvance | The positional adjustment affecting the horizontal advance of the glyph. |
float | yAdvance | The positional adjustment affecting the vertical advance of the glyph. |