Package org.apache.pdfbox.pdmodel.font
Class FileSystemFontProvider.FSIgnored
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.font.FontInfo
-
- org.apache.pdfbox.pdmodel.font.FileSystemFontProvider.FSFontInfo
-
- org.apache.pdfbox.pdmodel.font.FileSystemFontProvider.FSIgnored
-
- Enclosing class:
- FileSystemFontProvider
private static final class FileSystemFontProvider.FSIgnored extends FileSystemFontProvider.FSFontInfo
Represents ignored fonts (i.e. bitmap fonts).
-
-
Constructor Summary
Constructors Modifier Constructor Description private
FSIgnored(java.io.File file, FontFormat format, java.lang.String postScriptName)
-
Method Summary
-
Methods inherited from class org.apache.pdfbox.pdmodel.font.FileSystemFontProvider.FSFontInfo
getCIDSystemInfo, getCodePageRange1, getCodePageRange2, getFamilyClass, getFont, getFormat, getMacStyle, getPanose, getPostScriptName, getWeightClass, toString
-
Methods inherited from class org.apache.pdfbox.pdmodel.font.FontInfo
getCodePageRange, getWeightClassAsPanose
-
-
-
-
Constructor Detail
-
FSIgnored
private FSIgnored(java.io.File file, FontFormat format, java.lang.String postScriptName)
-
-