public class FontStyle extends Object
| Modifier and Type | Field and Description |
|---|---|
static FontStyle |
BOLD |
static FontStyle |
BOLD_ITALIC |
int |
fontStyle |
static FontStyle |
ITALIC |
static FontStyle |
PLAIN |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBold() |
boolean |
isItalic() |
static FontStyle |
of(int fontStyle) |
public static final FontStyle PLAIN
public static final FontStyle BOLD
public static final FontStyle ITALIC
public static final FontStyle BOLD_ITALIC
public final int fontStyle
public boolean isItalic()
public boolean isBold()
public static FontStyle of(int fontStyle)
Copyright © 2019. All rights reserved.