Uses of Class
org.apache.fontbox.cff.encoding.CFFEncoding.Entry
-
Packages that use CFFEncoding.Entry Package Description org.apache.fontbox.cff.encoding This package holds classes used to handle the encoding of CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CFFEncoding.Entry in org.apache.fontbox.cff.encoding
Methods in org.apache.fontbox.cff.encoding that return types with arguments of type CFFEncoding.Entry Modifier and Type Method Description java.util.List<CFFEncoding.Entry>
CFFEncoding. getEntries()
A list of all entries within this encoding.Methods in org.apache.fontbox.cff.encoding with parameters of type CFFEncoding.Entry Modifier and Type Method Description void
CFFEncoding. addEntry(CFFEncoding.Entry entry)
Add a single entry.
-