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 |
FileSystemFontProvider
A FontProvider which searches for fonts on the local filesystem.
|
Modifier and Type | Field and Description |
---|---|
private FontProvider |
FontMapperImpl.fontProvider |
private static FontProvider |
FontMapperImpl.DefaultFontProvider.INSTANCE |
Modifier and Type | Method and Description |
---|---|
FontProvider |
FontMapperImpl.getProvider()
Returns the font service provider.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMapperImpl.setProvider(FontProvider fontProvider)
Sets the font service provider.
|