Property characterLookupTable
characterLookupTable
Dictionary used to lookup characters contained in the font asset by their unicode values.
Declaration
public Dictionary<uint, TMP_Character> characterLookupTable { get; }
Property Value
Type | Description |
---|---|
Dictionary<uint, TMP_Character> |