Uses of Class
org.apache.pdfbox.pdmodel.font.FontInfo
Packages that use FontInfo
Package
Description
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.fontModifier and TypeClassDescriptionprivate static class
private static final class
Represents ignored fonts (i.e.Fields in org.apache.pdfbox.pdmodel.font declared as FontInfoFields in org.apache.pdfbox.pdmodel.font with type parameters of type FontInfoModifier and TypeFieldDescriptionprivate final Map<FontInfo,
SoftReference<FontBoxFont>> FontCache.cache
FontMapperImpl.fontInfoByName
Methods in org.apache.pdfbox.pdmodel.font that return FontInfoModifier and TypeMethodDescriptionprivate FontInfo
FontMapperImpl.getFont
(FontFormat format, String postScriptName) Finds the named font with the given format.Methods in org.apache.pdfbox.pdmodel.font that return types with arguments of type FontInfoModifier and TypeMethodDescriptionFontMapperImpl.createFontInfoByName
(List<? extends FontInfo> fontInfoList) FileSystemFontProvider.getFontInfo()
FontProvider.getFontInfo()
Returns a list of information about fonts on the system.Methods in org.apache.pdfbox.pdmodel.font with parameters of type FontInfoModifier and TypeMethodDescriptionvoid
FontCache.addFont
(FontInfo info, FontBoxFont font) Adds the given FontBox font to the cache.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 FontInfoModifier and TypeMethodDescriptionFontMapperImpl.createFontInfoByName
(List<? extends FontInfo> fontInfoList) Constructors in org.apache.pdfbox.pdmodel.font with parameters of type FontInfo