org.apache.fontbox.cff.charset
public class: CFFISOAdobeCharset [javadoc |
source]
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.
- author:
Villu
- Ruusmann
- version:
$
- Revision$
Method from org.apache.fontbox.cff.charset.CFFISOAdobeCharset Summary: |
---|
getInstance |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.fontbox.cff.charset.CFFISOAdobeCharset Detail: |
public static CFFISOAdobeCharset getInstance() {
return CFFISOAdobeCharset.INSTANCE;
}
Returns an instance of the CFFExpertSubsetCharset class. |