Package | Description |
---|---|
org.apache.pdfbox.debugger.fontencodingpane | |
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.preflight.font | |
org.apache.pdfbox.preflight.font.container | |
org.apache.pdfbox.preflight.font.descriptor | |
org.apache.pdfbox.rendering |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
SimpleFont.getEncodingName(PDSimpleFont font) |
private java.lang.String |
Type3Font.getEncodingName(PDSimpleFont font) |
private java.lang.Object[][] |
SimpleFont.getGlyphs(PDSimpleFont font) |
Constructor and Description |
---|
SimpleFont(PDSimpleFont font)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PDMMType1Font
Type 1 Multiple Master Font.
|
class |
PDTrueTypeFont
TrueType font.
|
class |
PDType1CFont
Type 1-equivalent CFF font.
|
class |
PDType1Font
A PostScript Type 1 Font.
|
class |
PDType3Font
A PostScript Type 3 Font.
|
Constructor and Description |
---|
Type1FontValidator(PreflightContext context,
PDSimpleFont font) |
Constructor and Description |
---|
Type1Container(PDSimpleFont font) |
Constructor and Description |
---|
Type1DescriptorHelper(PreflightContext context,
PDSimpleFont font,
Type1Container fontContainer) |
Modifier and Type | Field and Description |
---|---|
private PDSimpleFont |
Type1Glyph2D.font |
Constructor and Description |
---|
Type1Glyph2D(PDSimpleFont font)
Constructor.
|