# FontStyle

> Font Style applied to GUI Texts, Text Meshes or GUIStyles.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.TextRenderingModule

```csharp
public enum FontStyle
```

## Fields

| Value                                                                                   | Description                                   |
| --------------------------------------------------------------------------------------- | --------------------------------------------- |
| [Bold](/engine/6000.7/script-reference/unityengine/fontstyle/bold.md)                   | Bold style applied to your texts.             |
| [BoldAndItalic](/engine/6000.7/script-reference/unityengine/fontstyle/boldanditalic.md) | Bold and Italic styles applied to your texts. |
| [Italic](/engine/6000.7/script-reference/unityengine/fontstyle/italic.md)               | Italic style applied to your texts.           |
| [Normal](/engine/6000.7/script-reference/unityengine/fontstyle/normal.md)               | No special style is applied.                  |
