public class FontStyle extends Object
| Modifier and Type | Field and Description |
|---|---|
static FontStyle |
BOLD |
static FontStyle |
BOLD_ITALIC |
static int |
COUNT
The number of font styles
|
static FontStyle |
ITALIC |
static FontStyle |
REGULAR |
static FontStyle |
UNDEFINED
The enumeration of supported font styles
|
| Modifier and Type | Method and Description |
|---|---|
FontStyle |
getBoldFlavor() |
static FontStyle |
getFontStyle(String name) |
String |
getId() |
FontStyle |
getItalicFlavor() |
String |
toString() |
public static final int COUNT
public static final FontStyle UNDEFINED
public static final FontStyle REGULAR
public static final FontStyle ITALIC
public static final FontStyle BOLD
public static final FontStyle BOLD_ITALIC
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.