public final class FontType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static FontType |
PSOpenType
OpenType with CFF outlines.
|
static FontType |
TrueType
TrueType.
|
static FontType |
TTOpenType
OpenType with TrueType outlines.
|
static FontType |
Type1
Adobe Type 1.
|
static FontType |
Unspecified
Unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static FontType |
valueOf(java.lang.String name) |
static FontType[] |
values() |
public static final FontType Unspecified
public static final FontType TrueType
public static final FontType PSOpenType
public static final FontType TTOpenType
public static final FontType Type1