Package org.apache.fontbox.cff
Class CFFExpertSubsetCharset
- java.lang.Object
-
- org.apache.fontbox.cff.CFFCharset
-
- org.apache.fontbox.cff.CFFExpertSubsetCharset
-
public final class CFFExpertSubsetCharset extends CFFCharset
This is specialized CFFCharset. It's used if the CharsetId of a font is set to 2.- Author:
- Villu Ruusmann
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CFFExpertSubsetCharset
getInstance()
Returns an instance of the CFFExpertSubsetCharset class.-
Methods inherited from class org.apache.fontbox.cff.CFFCharset
addCID, addSID, getCIDForGID, getGIDForCID, getNameForGID, isCIDFont
-
-
-
-
Method Detail
-
getInstance
public static CFFExpertSubsetCharset getInstance()
Returns an instance of the CFFExpertSubsetCharset class.- Returns:
- an instance of CFFExpertSubsetCharset
-
-