characterLookupTable
Dictionary used to lookup characters contained in the font asset or its fallbacks by their unicode values.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEngine.TextCore.Text
- Assembly: UnityEngine.TextCoreTextEngineModule
public Dictionary<uint, Character> characterLookupTable { get; }