Package org.apache.fontbox.cff
Class CFFExpertCharset
- java.lang.Object
-
- org.apache.fontbox.cff.CFFCharsetType1
-
- org.apache.fontbox.cff.CFFExpertCharset
-
- All Implemented Interfaces:
CFFCharset
public final class CFFExpertCharset extends CFFCharsetType1
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 intCHAR_CODEprivate static intCHAR_NAMEprivate static CFFExpertCharsetINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateCFFExpertCharset()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CFFExpertCharsetgetInstance()Returns an instance of the CFFExpertCharset 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 CFFExpertCharset INSTANCE
-
-
Method Detail
-
getInstance
public static CFFExpertCharset getInstance()
Returns an instance of the CFFExpertCharset class.- Returns:
- an instance of CFFExpertCharset
-
-