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