Package org.apache.fontbox.cff.charset
Class CFFISOAdobeCharset
java.lang.Object
org.apache.fontbox.cff.charset.CFFCharset
org.apache.fontbox.cff.charset.CFFISOAdobeCharset
This is specialized CFFCharset. It's used if the CharsetId of a font is set to 0.
- Version:
- $Revision$
- Author:
- Villu Ruusmann
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.fontbox.cff.charset.CFFCharset
CFFCharset.Entry
-
Method Summary
Modifier and TypeMethodDescriptionstatic CFFISOAdobeCharset
Returns an instance of the CFFExpertSubsetCharset class.Methods inherited from class org.apache.fontbox.cff.charset.CFFCharset
addEntry, getEntries, getName, getSID, isFontSpecific, register
-
Method Details
-
getInstance
Returns an instance of the CFFExpertSubsetCharset class.- Returns:
- an instance of CFFExpertSubsetCharset
-