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: = 0

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

BOLD_ITALIC

BOLD_ITALIC: = 1

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

ITALIC

ITALIC: = 2

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

REGULAR

REGULAR: = 3

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

Generated using TypeDoc