Package org.apache.fontbox.cff
Class CFFExpertSubsetCharset
- java.lang.Object
-
- org.apache.fontbox.cff.CFFCharsetType1
-
- org.apache.fontbox.cff.CFFExpertSubsetCharset
-
- All Implemented Interfaces:
CFFCharset
public final class CFFExpertSubsetCharset extends CFFCharsetType1
This is specialized CFFCharset. It's used if the CharsetId of a font is set to 2.
-
-
Field Summary
Fields Modifier and Type Field Description private static intCHAR_CODEprivate static intCHAR_NAMEprivate static CFFExpertSubsetCharsetINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateCFFExpertSubsetCharset()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CFFExpertSubsetCharsetgetInstance()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 CFFExpertSubsetCharset INSTANCE
-
-
Method Detail
-
getInstance
public static CFFExpertSubsetCharset getInstance()
Returns an instance of the CFFExpertSubsetCharset class.- Returns:
- an instance of CFFExpertSubsetCharset
-
-