public class CIDFontType extends ValuedEnum
Modifier and Type | Field and Description |
---|---|
static CIDFontType |
CIDTYPE0
CID Font Type 0 (based on Type 1 format)
|
static CIDFontType |
CIDTYPE2
CID Font Type 2 (based on TrueType format)
|
Modifier | Constructor and Description |
---|---|
protected |
CIDFontType(String name,
int value) |
Modifier and Type | Method and Description |
---|---|
static CIDFontType |
byName(String name)
Returns the CIDFontType by name.
|
static CIDFontType |
byValue(int value)
Returns the CID FontType by value.
|
equals, getValue, hashCode, isEqualTo, isGreaterThan, isGreaterThanOrEqual, isLessThan, isLessThanOrEqual, toString
public static final CIDFontType CIDTYPE0
public static final CIDFontType CIDTYPE2
protected CIDFontType(String name, int value)
Enum.Enum(String)
public static CIDFontType byName(String name)
name
- Name of the CID font type to look uppublic static CIDFontType byValue(int value)
value
- Value of the CID font type to look upCopyright © 2007-2019. All Rights Reserved.