GlyphAdjustmentRecord
The positional adjustment values of a glyph.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.TextCore.LowLevel
- Assembly: UnityEngine.TextCoreFontEngineModule
- Implements: IEquatable<GlyphAdjustmentRecord>
public struct GlyphAdjustmentRecord : IEquatable<GlyphAdjustmentRecord>
Constructors
Constructor | Description |
|---|---|
| GlyphAdjustmentRecord(System.UInt32,UnityEngine.TextCore.LowLevel.GlyphValueRecord) | Constructor for new glyph adjustment record. |
Properties
Property | Description |
|---|---|
| glyphIndex | The index of the glyph in the source font file. |
| glyphValueRecord | The GlyphValueRecord contains the positional adjustments of the glyph. |