Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FontStyle

The FontStyle class provides values for the TextRenderer class.

Index

Enumeration members

Enumeration members

BOLD

BOLD: = "bold"

Defines the bold style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.BOLD.

BOLD_ITALIC

BOLD_ITALIC: = "boldItalic"

Defines the italic style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.ITALIC.

ITALIC

ITALIC: = "italic"

Defines the italic style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.ITALIC.

REGULAR

REGULAR: = "regular"

Defines the plain style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.REGULAR.

Generated using TypeDoc