public final class FontStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOLD
Bold text
|
static int |
ITALIC
Italic text
|
static int |
REGULAR
Normal text
|
static int |
STRIKEOUT
Text with a line through the middle
|
static int |
UNDERLINE
Underlined text
|
| Constructor and Description |
|---|
FontStyle() |
public static final int REGULAR
public static final int BOLD
public static final int ITALIC
public static final int UNDERLINE
public static final int STRIKEOUT