GlyphPairAdjustmentRecord
The positional adjustment values of a pair of glyphs.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.TextCore.LowLevel
- Assembly: UnityEngine.TextCoreFontEngineModule
- Implements: IEquatable<GlyphPairAdjustmentRecord>
public struct GlyphPairAdjustmentRecord : IEquatable<GlyphPairAdjustmentRecord>
Constructors
Constructor | Description |
|---|---|
| GlyphPairAdjustmentRecord(UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord,UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord) | Constructor for new glyph pair adjustment record. |
Properties
Property | Description |
|---|---|
| firstAdjustmentRecord | The positional adjustment values for the first glyph. |
| secondAdjustmentRecord | The positional adjustment values for the second glyph. |