FontStyle

Inheritance: java.lang.Object

public final class FontStyle

Font style anumeration

Fields

FieldDescription
RegularSpecifies the regular Font style.
BoldSpecifies the bold Font style.
ItalicSpecifies the italic Font style.

Regular

public static final int Regular

Specifies the regular Font style.

Bold

public static final int Bold

Specifies the bold Font style.

Italic

public static final int Italic

Specifies the italic Font style.