Uses of Class
org.apache.pdfbox.pdmodel.font.FontCache
Packages that use FontCache
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of FontCache in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as FontCacheModifier and TypeFieldDescriptionprivate final FontCache
FileSystemFontProvider.cache
private static final FontCache
FontMapperImpl.fontCache
Methods in org.apache.pdfbox.pdmodel.font that return FontCacheModifier and TypeMethodDescriptionFontMapperImpl.getFontCache()
Returns the font cache associated with this FontMapper.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type FontCacheModifierConstructorDescription(package private)
FileSystemFontProvider
(FontCache cache) Constructor.