Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FontMapperImpl
Font mapper, locates non-embedded fonts via a pluggable FontProvider.
|
Modifier and Type | Field and Description |
---|---|
private static FontMapper |
FontMappers.instance |
private static FontMapper |
FontMappers.DefaultFontMapper.INSTANCE |
Modifier and Type | Method and Description |
---|---|
static FontMapper |
FontMappers.instance()
Returns the singleton FontMapper instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
FontMappers.set(FontMapper fontMapper)
Sets the singleton FontMapper instance.
|