public final class ExportFontFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
length |
static int |
TTF
TTF (TrueType Font format).
|
static int |
WOFF
WOFF (Web Open Font Format).
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String exportFontFormatName) |
static java.lang.String |
getName(int exportFontFormat) |
static int[] |
getValues() |
static java.lang.String |
toString(int exportFontFormat) |