Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Method and Description |
---|---|
abstract List<? extends FontInfo> |
FontProvider.getFontInfo()
Returns a list of information about fonts on the system.
|
Modifier and Type | Method and Description |
---|---|
void |
FontCache.addFont(FontInfo info,
FontBoxFont font)
Adds the given FontBox font to the cache.
|
FontBoxFont |
FontCache.getFont(FontInfo info)
Returns the FontBox font associated with the given FontInfo.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.