Package org.apache.fontbox.cff
Class CFFISOAdobeCharset
java.lang.Object
org.apache.fontbox.cff.CFFCharset
org.apache.fontbox.cff.CFFISOAdobeCharset
This is specialized CFFCharset. It's used if the CharsetId of a font is set to 0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Object[][]
Table of character codes and their corresponding names.private static final int
private static final int
private static final CFFISOAdobeCharset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CFFISOAdobeCharset
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 Details
-
CHAR_CODE
private static final int CHAR_CODE- See Also:
-
CHAR_NAME
private static final int CHAR_NAME- See Also:
-
CFF_ISO_ADOBE_CHARSET_TABLE
Table of character codes and their corresponding names. -
INSTANCE
-
-
Constructor Details
-
CFFISOAdobeCharset
private CFFISOAdobeCharset()
-
-
Method Details
-
getInstance
Returns an instance of the CFFExpertSubsetCharset class.- Returns:
- an instance of CFFExpertSubsetCharset
-