Package | Description |
---|---|
org.apache.fontbox.cff |
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
|
Modifier and Type | Class and Description |
---|---|
private static class |
CFFParser.Format0FDSelect
Format 0 FDSelect.
|
private static class |
CFFParser.Format3FDSelect
Format 3 FDSelect data.
|
Modifier and Type | Field and Description |
---|---|
private FDSelect |
CFFCIDFont.fdSelect |
Modifier and Type | Method and Description |
---|---|
FDSelect |
CFFCIDFont.getFdSelect()
Returns the fdSelect value.
|
private static FDSelect |
CFFParser.readFDSelect(CFFDataInput dataInput,
int nGlyphs,
CFFCIDFont ros)
Read the FDSelect Data according to the format.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
CFFCIDFont.setFdSelect(FDSelect fdSelect)
Sets the fdSelect value.
|