glyphLookupTable
Dictionary used to lookup glyphs contained in the font asset by their index.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.TextCore.Text
- Assembly: UnityEngine.TextCoreTextEngineModule
public Dictionary<uint, Glyph> glyphLookupTable { get; }