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
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. fontInfoListMethods in org.apache.pdfbox.pdmodel.font that return FileSystemFontProvider.FSFontInfo Modifier and Type Method Description private FileSystemFontProvider.FSFontInfoFileSystemFontProvider. createFSIgnored(java.io.File file, FontFormat format, java.lang.String postScriptName)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.Methods in org.apache.pdfbox.pdmodel.font with parameters of type FileSystemFontProvider.FSFontInfo Modifier and Type Method Description private voidFileSystemFontProvider. writeFontInfo(java.io.BufferedWriter writer, FileSystemFontProvider.FSFontInfo fontInfo)
-