public class FontType extends Object
Modifier and Type | Field and Description |
---|---|
static FontType |
MMTYPE1
Adobe Multiple Master Type 1 fonts
|
static FontType |
OTHER
Collective identifier for "other" font types
|
static FontType |
TRUETYPE
TrueType fonts
|
static FontType |
TYPE0
Adobe Type 0 fonts (composite font)
|
static FontType |
TYPE1
Adobe Type 1 fonts
|
static FontType |
TYPE3
Adobe Type 3 fonts ("user-defined" fonts)
|
Modifier | Constructor and Description |
---|---|
protected |
FontType(String name,
int value) |
Modifier and Type | Method and Description |
---|---|
static FontType |
byName(String name)
Returns the FontType by name.
|
static FontType |
byValue(int value)
Returns the FontType by value.
|
String |
getName()
Returns the name
|
int |
getValue()
Returns the value
|
public static final FontType OTHER
public static final FontType TYPE0
public static final FontType TYPE1
public static final FontType MMTYPE1
public static final FontType TYPE3
public static final FontType TRUETYPE
protected FontType(String name, int value)
Enum.Enum(String)
public static FontType byName(String name)
name
- Name of the font type to look uppublic static FontType byValue(int value)
value
- Value of the font type to look uppublic String getName()
public int getValue()
Copyright © 2007-2019. All Rights Reserved.