Uses of Class
org.apache.pdfbox.pdmodel.font.FontCache
-
Packages that use FontCache Package Description org.apache.pdfbox.pdmodel.font 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 FontCache Modifier and Type Field Description private FontCacheFileSystemFontProvider. cacheprivate static FontCacheFontMapperImpl. fontCacheMethods in org.apache.pdfbox.pdmodel.font that return FontCache Modifier and Type Method Description FontCacheFontMapperImpl. getFontCache()Returns the font cache associated with this FontMapper.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type FontCache Constructor Description FileSystemFontProvider(FontCache cache)Constructor.
-