Uses of Class
org.apache.pdfbox.pdmodel.font.FontInfo
-
Packages that use FontInfo Package Description org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of FontInfo in org.apache.pdfbox.pdmodel.font
Subclasses of FontInfo in org.apache.pdfbox.pdmodel.font Modifier and Type Class Description private static class
FileSystemFontProvider.FSFontInfo
private static class
FileSystemFontProvider.FSIgnored
Represents ignored fonts (i.e.Fields in org.apache.pdfbox.pdmodel.font declared as FontInfo Modifier and Type Field Description (package private) FontInfo
FontMapperImpl.FontMatch. info
Fields in org.apache.pdfbox.pdmodel.font with type parameters of type FontInfo Modifier and Type Field Description private java.util.Map<FontInfo,java.lang.ref.SoftReference<FontBoxFont>>
FontCache. cache
private java.util.Map<java.lang.String,FontInfo>
FontMapperImpl. fontInfoByName
Methods in org.apache.pdfbox.pdmodel.font that return FontInfo Modifier and Type Method Description private FontInfo
FontMapperImpl. getFont(FontFormat format, java.lang.String postScriptName)
Finds the named font with the given format.Methods in org.apache.pdfbox.pdmodel.font that return types with arguments of type FontInfo Modifier and Type Method Description private java.util.Map<java.lang.String,FontInfo>
FontMapperImpl. createFontInfoByName(java.util.List<? extends FontInfo> fontInfoList)
java.util.List<? extends FontInfo>
FileSystemFontProvider. getFontInfo()
abstract java.util.List<? extends FontInfo>
FontProvider. getFontInfo()
Returns a list of information about fonts on the system.Methods in org.apache.pdfbox.pdmodel.font with parameters of type FontInfo Modifier and Type Method Description void
FontCache. addFont(FontInfo info, FontBoxFont font)
Adds the given FontBox font to the cache.FontBoxFont
FontCache. getFont(FontInfo info)
Returns the FontBox font associated with the given FontInfo.private boolean
FontMapperImpl. isCharSetMatch(PDCIDSystemInfo cidSystemInfo, FontInfo info)
Returns true if the character set described by CIDSystemInfo is present in the given font.Method parameters in org.apache.pdfbox.pdmodel.font with type arguments of type FontInfo Modifier and Type Method Description private java.util.Map<java.lang.String,FontInfo>
FontMapperImpl. createFontInfoByName(java.util.List<? extends FontInfo> fontInfoList)
Constructors in org.apache.pdfbox.pdmodel.font with parameters of type FontInfo Constructor Description FontMatch(FontInfo info)
-