# glyphLookupTable

> Dictionary used to lookup glyphs contained in the font asset by their index.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.TextCore.Text](/engine/6000.7/script-reference/unityengine/textcore/text.md)
* **Assembly:** UnityEngine.TextCoreTextEngineModule

> **Warning:**
>
> **Deprecated.** glyphLookupTable is deprecated and will be removed in a future release. Use TryGetGlyphMetrics to query glyph metrics.

```csharp
public Dictionary<uint, Glyph> glyphLookupTable { get; }
```
