Uses of Class
org.apache.fontbox.cff.charset.CFFCharset

Packages that use CFFCharset
org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). 
org.apache.fontbox.cff.charset This package holds classes used to handle the charsets of CFF/Type2-Fonts (aka Type1C-Fonts). 
 

Uses of CFFCharset in org.apache.fontbox.cff
 

Methods in org.apache.fontbox.cff that return CFFCharset
 CFFCharset CFFFont.getCharset()
          Returns the CFFCharset of the font.
 

Methods in org.apache.fontbox.cff with parameters of type CFFCharset
 void CFFFont.setCharset(CFFCharset charset)
          Sets the CFFCharset of the font.
 

Uses of CFFCharset in org.apache.fontbox.cff.charset
 

Subclasses of CFFCharset in org.apache.fontbox.cff.charset
 class CFFExpertCharset
          This is specialized CFFCharset.
 class CFFExpertSubsetCharset
          This is specialized CFFCharset.
 class CFFISOAdobeCharset
          This is specialized CFFCharset.
 



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