Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.tools |
Modifier and Type | Class and Description |
---|---|
class |
PDMMType1Font
Type 1 Multiple Master Font.
|
Modifier and Type | Field and Description |
---|---|
static PDType1Font |
PDType1Font.COURIER |
static PDType1Font |
PDType1Font.COURIER_BOLD |
static PDType1Font |
PDType1Font.COURIER_BOLD_OBLIQUE |
static PDType1Font |
PDType1Font.COURIER_OBLIQUE |
static PDType1Font |
PDType1Font.HELVETICA |
static PDType1Font |
PDType1Font.HELVETICA_BOLD |
static PDType1Font |
PDType1Font.HELVETICA_BOLD_OBLIQUE |
static PDType1Font |
PDType1Font.HELVETICA_OBLIQUE |
static PDType1Font |
PDType1Font.SYMBOL |
static PDType1Font |
PDType1Font.TIMES_BOLD |
static PDType1Font |
PDType1Font.TIMES_BOLD_ITALIC |
static PDType1Font |
PDType1Font.TIMES_ITALIC |
static PDType1Font |
PDType1Font.TIMES_ROMAN |
static PDType1Font |
PDType1Font.ZAPF_DINGBATS |
Modifier and Type | Field and Description |
---|---|
private static PDType1Font |
TextToPDF.DEFAULT_FONT
The default font
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,PDType1Font> |
TextToPDF.STANDARD_14 |
Modifier and Type | Method and Description |
---|---|
private static PDType1Font |
TextToPDF.getStandardFont(java.lang.String name)
A convenience method to get one of the standard 14 font from name.
|