Package org.docx4j.fonts.fop.fonts
Class CIDFontType
java.lang.Object
org.docx4j.fonts.fop.fonts.Enum
org.docx4j.fonts.fop.fonts.ValuedEnum
org.docx4j.fonts.fop.fonts.CIDFontType
public class CIDFontType extends ValuedEnum
This class enumerates all supported CID font types.
-
Field Summary
Fields Modifier and Type Field Description static CIDFontTypeCIDTYPE0CID Font Type 0 (based on Type 1 format)static CIDFontTypeCIDTYPE2CID Font Type 2 (based on TrueType format) -
Constructor Summary
Constructors Modifier Constructor Description protectedCIDFontType(java.lang.String name, int value) -
Method Summary
Modifier and Type Method Description static CIDFontTypebyName(java.lang.String name)Returns the CIDFontType by name.static CIDFontTypebyValue(int value)Returns the CID FontType by value.Methods inherited from class org.docx4j.fonts.fop.fonts.ValuedEnum
equals, getValue, hashCode, isEqualTo, isGreaterThan, isGreaterThanOrEqual, isLessThan, isLessThanOrEqual, toString
-
Field Details
-
Constructor Details
-
CIDFontType
protected CIDFontType(java.lang.String name, int value)- See Also:
org.apache.avalon.framework.Enum#Enum(String)
-
-
Method Details