# atlasTexture

> The font atlas used by this font asset. This is always the texture at index [0] of the fontAtlasTextures.

## Definition

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

```csharp
public Texture2D atlasTexture { get; }
```
