Uses of Class
org.apache.pdfbox.pdmodel.font.FileSystemFontProvider.FSFontInfo
-
Packages that use FileSystemFontProvider.FSFontInfo Package Description org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of FileSystemFontProvider.FSFontInfo in org.apache.pdfbox.pdmodel.font
Subclasses of FileSystemFontProvider.FSFontInfo in org.apache.pdfbox.pdmodel.font Modifier and Type Class Description private static class
FileSystemFontProvider.FSIgnored
Represents ignored fonts (i.e.Fields in org.apache.pdfbox.pdmodel.font with type parameters of type FileSystemFontProvider.FSFontInfo Modifier and Type Field Description private java.util.List<FileSystemFontProvider.FSFontInfo>
FileSystemFontProvider. fontInfoList
Methods in org.apache.pdfbox.pdmodel.font that return types with arguments of type FileSystemFontProvider.FSFontInfo Modifier and Type Method Description private java.util.List<FileSystemFontProvider.FSFontInfo>
FileSystemFontProvider. loadDiskCache(java.util.List<java.io.File> files)
Loads the font metadata cache from disk.
-