---
name: FontStyle
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Describes whether a Font style is normal or italic."
---

# FontStyle

Describes whether a [Font](/docs/reference/engine/datatypes/Font.md) style is normal or italic.

**Type:** enum

## Description

Describes whether a [Font](/docs/reference/engine/datatypes/Font.md) style is normal or italic. Used by
[Font.Style](/docs/reference/engine/datatypes/Font.md).

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Normal` | 0 | The text renders normally with this font. |
| `Italic` | 1 | The text renders italic with this font. |