Package org.apache.fontbox.cff
Class CFFExpertCharset
java.lang.Object
org.apache.fontbox.cff.CFFCharset
org.apache.fontbox.cff.CFFExpertCharset
This is specialized CFFCharset. It's used if the CharsetId of a font is set to 1.
- Author:
- Villu Ruusmann
-
Method Summary
Modifier and TypeMethodDescriptionstatic CFFExpertCharset
Returns an instance of the CFFExpertCharset class.Methods inherited from class org.apache.fontbox.cff.CFFCharset
addCID, addSID, getCIDForGID, getGIDForCID, getNameForGID, isCIDFont
-
Method Details
-
getInstance
Returns an instance of the CFFExpertCharset class.- Returns:
- an instance of CFFExpertCharset
-