public class CIDFontType
extends org.apache.avalon.framework.ValuedEnum
Modifier and Type | Field | 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 | Description |
---|---|---|
protected |
CIDFontType(java.lang.String name,
int value) |
Construct a CID font type.
|
Modifier and Type | Method | 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)
name
- a type namevalue
- a type valueEnum(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-2016 The Apache Software Foundation. All Rights Reserved.