public class CIDFontType
extends org.apache.avalon.framework.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(java.lang.String name,
int value) |
Modifier and Type | Method and Description |
---|---|
static CIDFontType |
byName(java.lang.String name)
Returns the CIDFontType by name.
|
static CIDFontType |
byValue(int value)
Returns the CID FontType by value.
|
public static final CIDFontType CIDTYPE0
public static final CIDFontType CIDTYPE2
protected CIDFontType(java.lang.String name, int value)
Enum.Enum(String)
public static CIDFontType byName(java.lang.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 1999-2010 The Apache Software Foundation. All Rights Reserved.