Uses of Class
org.apache.fontbox.cff.CFFFont

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

Uses of CFFFont in org.apache.fontbox.cff
 

Subclasses of CFFFont in org.apache.fontbox.cff
 class CFFFontROS
           
 

Methods in org.apache.fontbox.cff that return types with arguments of type CFFFont
 List<CFFFont> CFFParser.parse(byte[] bytes)
          Parsing CFF Font using a byte array as input.
 

Methods in org.apache.fontbox.cff with parameters of type CFFFont
static byte[] Type1FontFormatter.format(CFFFont font)
          Read and convert a given CFFFont.
static byte[] AFMFormatter.format(CFFFont font)
          Create font metric data for the given CFFFont.