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 FontCache
FileSystemFontProvider. cache
private static FontCache
FontMapperImpl. fontCache
Methods in org.apache.pdfbox.pdmodel.font that return FontCache Modifier and Type Method Description FontCache
FontMapperImpl. 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.
-