Uses of Class
org.apache.pdfbox.pdmodel.font.FontFormat
-
Packages that use FontFormat Package Description org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of FontFormat in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as FontFormat Modifier and Type Field Description private FontFormatFileSystemFontProvider.FSFontInfo. formatMethods in org.apache.pdfbox.pdmodel.font that return FontFormat Modifier and Type Method Description FontFormatFileSystemFontProvider.FSFontInfo. getFormat()abstract FontFormatFontInfo. getFormat()Returns the font's format.static FontFormatFontFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FontFormat[]FontFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.pdmodel.font with parameters of type FontFormat Modifier and Type Method Description private FileSystemFontProvider.FSFontInfoFileSystemFontProvider. createFSIgnored(java.io.File file, FontFormat format, java.lang.String postScriptName)private FontBoxFontFontMapperImpl. findFont(FontFormat format, java.lang.String postScriptName)Finds a font with the given PostScript name, or a suitable substitute, or null.private FontInfoFontMapperImpl. getFont(FontFormat format, java.lang.String postScriptName)Finds the named font with the given format.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type FontFormat Constructor Description FSFontInfo(java.io.File file, FontFormat format, java.lang.String postScriptName, CIDSystemInfo cidSystemInfo, int usWeightClass, int sFamilyClass, int ulCodePageRange1, int ulCodePageRange2, int macStyle, byte[] panose, FileSystemFontProvider parent, java.lang.String hash, long lastModified)
-