Package | Description |
---|---|
org.apache.fontbox.cff |
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Field and Description |
---|---|
private CFFParser.ByteSource |
CFFFont.source |
private CFFParser.ByteSource |
CFFParser.source |
Modifier and Type | Method and Description |
---|---|
java.util.List<CFFFont> |
CFFParser.parse(byte[] bytes,
CFFParser.ByteSource source)
Parse CFF font using byte array, also passing in a byte source for future use.
|
(package private) void |
CFFFont.setData(CFFParser.ByteSource source)
Sets a byte source to re-read the CFF data in the future.
|
Modifier and Type | Class and Description |
---|---|
private static class |
CFFTable.CFFBytesource
Allows bytes to be re-read later by CFFParser.
|
Modifier and Type | Class and Description |
---|---|
private class |
PDCIDFontType0.FF3ByteSource |
private class |
PDType1CFont.FF3ByteSource |