# TextElement.GlyphKind

> Classifies what a TextElement.Glyph represents. ATG-only; the legacy TextCore generator always reports TextElement.GlyphKind.Character.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public enum TextElement.GlyphKind
```

## Fields

| Value                                                                                                  | Description                                  |
| ------------------------------------------------------------------------------------------------------ | -------------------------------------------- |
| [Character](/engine/6000.6/script-reference/unityengine/uielements/textelement/glyphkind/character.md) | A regular text character.                    |
| [Sprite](/engine/6000.6/script-reference/unityengine/uielements/textelement/glyphkind/sprite.md)       | A glyph emitted by an inline `<sprite>` tag. |
