Uses of Class
org.apache.fontbox.cff.encoding.CFFEncoding

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

Uses of CFFEncoding in org.apache.fontbox.cff
 

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

Methods in org.apache.fontbox.cff with parameters of type CFFEncoding
 void CFFFont.setEncoding(CFFEncoding encoding)
          Sets the CFFEncoding of the font.
 

Uses of CFFEncoding in org.apache.fontbox.cff.encoding
 

Subclasses of CFFEncoding in org.apache.fontbox.cff.encoding
 class CFFExpertEncoding
          This is specialized CFFEncoding.
 class CFFStandardEncoding
          This is specialized CFFEncoding.
 



Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.