Package | Description |
---|---|
org.apache.fontbox.cff |
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Method and Description |
---|---|
private void |
CFFParser.parseType1Dicts(CFFDataInput input,
CFFParser.DictData topDict,
CFFType1Font font,
CFFCharset charset)
Parse dictionaries specific to a Type 1-equivalent font.
|
Modifier and Type | Field and Description |
---|---|
private CFFType1Font |
PDType1CFont.cffFont |
Modifier and Type | Method and Description |
---|---|
CFFType1Font |
PDType1CFont.getCFFType1Font()
Returns the embedded Type 1-equivalent CFF font.
|