public interface TextStyle
These constants can be combined using an arithmetic OR
operation to define
a text style.
Modifier and Type | Field and Description |
---|---|
static int |
BOLD
Bold drawing style.
|
static int |
ITALIC
Italic drawing style.
|
static int |
REGULAR
Regular drawing style.
|
static int |
UNDERLINED
Underlined drawing style.
|
static final int REGULAR
static final int BOLD
static final int ITALIC
static final int UNDERLINED