org.apache.fontbox.cff.charset
Class CFFISOAdobeCharset

java.lang.Object
  extended by org.apache.fontbox.cff.charset.CFFCharset
      extended by org.apache.fontbox.cff.charset.CFFISOAdobeCharset

public class CFFISOAdobeCharset
extends CFFCharset

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
static CFFISOAdobeCharset getInstance()
          Returns an instance of the CFFExpertSubsetCharset class.
 
Methods inherited from class org.apache.fontbox.cff.charset.CFFCharset
addEntry, getEntries, getName, getSID, isFontSpecific, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CFFISOAdobeCharset getInstance()
Returns an instance of the CFFExpertSubsetCharset class.

Returns:
an instance of CFFExpertSubsetCharset


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.