Package org.apache.fontbox.cff
Class CFFISOAdobeCharset
- java.lang.Object
-
- org.apache.fontbox.cff.CFFCharsetType1
-
- org.apache.fontbox.cff.CFFISOAdobeCharset
-
- All Implemented Interfaces:
CFFCharset
public final class CFFISOAdobeCharset extends CFFCharsetType1
This is specialized CFFCharset. It's used if the CharsetId of a font is set to 0.
-
-
Field Summary
Fields Modifier and Type Field Description private static intCHAR_CODEprivate static intCHAR_NAMEprivate static CFFISOAdobeCharsetINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateCFFISOAdobeCharset()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CFFISOAdobeCharsetgetInstance()Returns an instance of the CFFExpertSubsetCharset class.-
Methods inherited from class org.apache.fontbox.cff.CFFCharsetType1
addCID, addSID, getCIDForGID, getGIDForCID, getGIDForSID, getNameForGID, getSID, getSIDForGID, isCIDFont
-
-
-
-
Field Detail
-
CHAR_CODE
private static final int CHAR_CODE
- See Also:
- Constant Field Values
-
CHAR_NAME
private static final int CHAR_NAME
- See Also:
- Constant Field Values
-
INSTANCE
private static final CFFISOAdobeCharset INSTANCE
-
-
Method Detail
-
getInstance
public static CFFISOAdobeCharset getInstance()
Returns an instance of the CFFExpertSubsetCharset class.- Returns:
- an instance of CFFExpertSubsetCharset
-
-