For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

FontTextLabelTextButton

Last updated