Package org.apache.fontbox.cff
Class CFFISOAdobeCharset
- java.lang.Object
-
- org.apache.fontbox.cff.CFFCharset
-
- org.apache.fontbox.cff.CFFISOAdobeCharset
-
public final class CFFISOAdobeCharset extends CFFCharset
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 java.lang.Object[][]
CFF_ISO_ADOBE_CHARSET_TABLE
Table of character codes and their corresponding names.private static int
CHAR_CODE
private static int
CHAR_NAME
private static CFFISOAdobeCharset
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
CFFISOAdobeCharset()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CFFISOAdobeCharset
getInstance()
Returns an instance of the CFFExpertSubsetCharset class.-
Methods inherited from class org.apache.fontbox.cff.CFFCharset
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
-
CFF_ISO_ADOBE_CHARSET_TABLE
private static final java.lang.Object[][] CFF_ISO_ADOBE_CHARSET_TABLE
Table of character codes and their corresponding names.
-
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
-
-