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 | Field and Description |
---|---|
protected CFFCIDFont |
FDSelect.owner |
Modifier and Type | Method and Description |
---|---|
private void |
CFFParser.parseCIDFontDicts(CFFDataInput input,
CFFParser.DictData topDict,
CFFCIDFont font,
int nrOfcharStrings)
Parse dictionaries specific to a CIDFont.
|
private static FDSelect |
CFFParser.readFDSelect(CFFDataInput dataInput,
int nGlyphs,
CFFCIDFont ros)
Read the FDSelect Data according to the format.
|
private static CFFParser.Format0FDSelect |
CFFParser.readFormat0FDSelect(CFFDataInput dataInput,
int format,
int nGlyphs,
CFFCIDFont ros)
Read the Format 0 of the FDSelect data structure.
|
private static CFFParser.Format3FDSelect |
CFFParser.readFormat3FDSelect(CFFDataInput dataInput,
int format,
int nGlyphs,
CFFCIDFont ros)
Read the Format 3 of the FDSelect data structure.
|
Constructor and Description |
---|
FDSelect(CFFCIDFont owner)
Constructor.
|
Format0FDSelect(CFFCIDFont owner) |
Format3FDSelect(CFFCIDFont owner) |
Modifier and Type | Field and Description |
---|---|
private CFFCIDFont |
PDCIDFontType0.cidFont |