Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDMMType1Font |
This is implementation of the Multiple Master Type1 Font.
|
class |
PDType1AfmPfbFont |
This is implementation of the Type1 Font with a afm and a pfb file.
|
Modifier and Type | Field | Description |
---|---|---|
static PDType1Font |
PDType1Font.COURIER |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.COURIER_BOLD |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.COURIER_BOLD_OBLIQUE |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.COURIER_OBLIQUE |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.HELVETICA |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.HELVETICA_BOLD |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.HELVETICA_BOLD_OBLIQUE |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.HELVETICA_OBLIQUE |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.SYMBOL |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.TIMES_BOLD |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.TIMES_BOLD_ITALIC |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.TIMES_ITALIC |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.TIMES_ROMAN |
Standard Base 14 Font.
|
static PDType1Font |
PDType1Font.ZAPF_DINGBATS |
Standard Base 14 Font.
|
Modifier and Type | Method | Description |
---|---|---|
static PDType1Font |
PDType1Font.getStandardFont(java.lang.String name) |
A convenience method to get one of the standard 14 font from name.
|