Package org.apache.fontbox.cff
Class CFFExpertCharset
- java.lang.Object
-
- org.apache.fontbox.cff.CFFCharset
-
- org.apache.fontbox.cff.CFFExpertCharset
-
public final class CFFExpertCharset extends CFFCharset
This is specialized CFFCharset. It's used if the CharsetId of a font is set to 1.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.Object[][]
CFF_EXPERT_CHARSET_TABLE
Table of character codes and their corresponding names.private static int
CHAR_CODE
private static int
CHAR_NAME
private static CFFExpertCharset
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
CFFExpertCharset()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CFFExpertCharset
getInstance()
Returns an instance of the CFFExpertCharset 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_EXPERT_CHARSET_TABLE
private static final java.lang.Object[][] CFF_EXPERT_CHARSET_TABLE
Table of character codes and their corresponding names.
-
INSTANCE
private static final CFFExpertCharset INSTANCE
-
-
Method Detail
-
getInstance
public static CFFExpertCharset getInstance()
Returns an instance of the CFFExpertCharset class.- Returns:
- an instance of CFFExpertCharset
-
-