Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Method | Description |
---|---|---|
abstract java.util.List<? extends FontInfo> |
FontProvider.getFontInfo() |
Returns a list of information about fonts on the system.
|
Modifier and Type | Method | 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. All rights reserved.