# TextGenerator

> Generates renderable text geometry using the Advanced Text Generator (ATG).

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.TextCore.Generation](/engine/6000.7/script-reference/unityengine/textcore/generation.md)
* **Assembly:** UnityEngine.TextCoreTextEngineModule

```csharp
public static class TextGenerator
```

## Static Methods

| Method                                                                                                        | Description                                               |
| ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| [GenerateText](/engine/6000.7/script-reference/unityengine/textcore/generation/textgenerator/generatetext.md) | Generates the renderable geometry for the given settings. |
