Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


glyphLookupTable

Dictionary used to lookup glyphs contained in the font asset by their index.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. glyphLookupTable is deprecated and will be removed in a future release. Use TryGetGlyphMetrics to query glyph metrics.
public Dictionary<uint, Glyph> glyphLookupTable { get; }