Uses of Class
org.apache.fontbox.cff.charset.CFFCharset.Entry
- 
Packages that use CFFCharset.Entry Package Description 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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description voidCFFCharset. addEntry(CFFCharset.Entry entry)Add a single entry. 
 -