org.apache.fop.fonts
Class CIDFontType
ValuedEnum
org.apache.fop.fonts.CIDFontType
public class CIDFontType
extends ValuedEnum
This class enumerates all supported CID font types.
CIDTYPE0
public static final CIDFontType CIDTYPE0
CID Font Type 0
CIDTYPE2
public static final CIDFontType CIDTYPE2
CID Font Type 2
CIDFontType
protected CIDFontType(String name,
int value)
org.apache.avalon.framework.Enum.Enum(String)
byName
public static CIDFontType byName(String name)
Returns the CIDFontType by name.
name
- Name of the CID font type to look up
- FontType the CID font type
byValue
public static CIDFontType byValue(int value)
Returns the CID FontType by value.
value
- Value of the CID font type to look up
- FontType the CID font type
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.