GlyphValueRecord(float, float, float, float)
Constructor for new glyph value record.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.TextCore.LowLevel
- Assembly: UnityEngine.TextCoreFontEngineModule
public GlyphValueRecord(float xPlacement, float yPlacement, float xAdvance, float yAdvance)
Parameters
The positional adjustment that affects the horizontal bearing X of the glyph.
The positional adjustment that affects the horizontal bearing Y of the glyph.
The positional adjustment that affects the horizontal advance of the glyph.
The positional adjustment that affects the vertical advance of the glyph.