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 |
---|---|
class |
CFFExpertEncoding
This is specialized CFFEncoding.
|
(package private) static class |
CFFParser.CFFBuiltInEncoding
Inner class representing a font's built-in CFF encoding.
|
private static class |
CFFParser.Format0Encoding
Inner class representing a Format0 encoding.
|
private static class |
CFFParser.Format1Encoding
Inner class representing a Format1 encoding.
|
class |
CFFStandardEncoding
This is specialized CFFEncoding.
|
Modifier and Type | Field and Description |
---|---|
private CFFEncoding |
CFFType1Font.encoding |
Modifier and Type | Method and Description |
---|---|
CFFEncoding |
CFFType1Font.getEncoding()
Returns the CFFEncoding of the font.
|
private CFFEncoding |
CFFParser.readEncoding(CFFDataInput dataInput,
CFFCharset charset) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
CFFType1Font.setEncoding(CFFEncoding encoding)
Sets the CFFEncoding of the font.
|