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

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

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

Methods in org.apache.fontbox.cff.charset that return types with arguments of type CFFCharset.Entry
 List<CFFCharset.Entry> CFFCharset.getEntries()
          A list of all entries within this charset.
 

Methods in org.apache.fontbox.cff.charset with parameters of type CFFCharset.Entry
 void CFFCharset.addEntry(CFFCharset.Entry entry)
          Add a single entry.