Package | Description |
---|---|
org.apache.fontbox.cff.charset |
This package holds classes used to handle the charsets of CFF/Type2-Fonts (aka Type1C-Fonts).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CFFCharset.Entry> |
CFFCharset.getEntries()
A list of all entries within this charset.
|
Modifier and Type | Method and Description |
---|---|
void |
CFFCharset.addEntry(CFFCharset.Entry entry)
Add a single entry.
|