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
Methods in org.apache.pdfbox.pdmodel.font that return types with arguments of type FontInfo Modifier and Type Method Description 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, org.apache.fontbox.FontBoxFont font)
Adds the given FontBox font to the cache.org.apache.fontbox.FontBoxFont
FontCache. getFont(FontInfo info)
Returns the FontBox font associated with the given FontInfo.
-