> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/fontstyle.md).

# FontStyle

## Overview

FontStyle is an Enum that defines whether text is displayed in italic.

This is used in the Style property of Font and determines whether the text is displayed in the normal form or the italic form.

In a font that does not include an italic variation, the text is displayed as Normal even when Italic is specified, without any notice.

## Items

| Name   | Value | Description                                 |
| ------ | ----- | ------------------------------------------- |
| Normal | 0     | Displays the text without italic. (Default) |
| Italic | 1     | Displays the text in italic.                |

## See also

{% content-ref url="/pages/MseZiBAVju4q6L9qaBVQ" %}
[Font](/development/api-reference/datatype/font.md)
{% endcontent-ref %}

{% content-ref url="/pages/zjNQugnDrMlHZqOsy4VP" %}
[TextLabel](/development/api-reference/classes/textlabel.md)
{% endcontent-ref %}

{% content-ref url="/pages/CTjPyf13rS5gpJ0zxpMp" %}
[TextButton](/development/api-reference/classes/textbutton.md)
{% endcontent-ref %}
