Uses of Class
org.apache.pdfbox.pdmodel.font.FontMapperImpl.FontMatch
Packages that use FontMapperImpl.FontMatch
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of FontMapperImpl.FontMatch in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return FontMapperImpl.FontMatchModifier and TypeMethodDescriptionprivate FontMapperImpl.FontMatchFontMapperImpl.printMatches(PriorityQueue<FontMapperImpl.FontMatch> queue) For debugging.Methods in org.apache.pdfbox.pdmodel.font that return types with arguments of type FontMapperImpl.FontMatchModifier and TypeMethodDescriptionprivate PriorityQueue<FontMapperImpl.FontMatch>FontMapperImpl.getFontMatches(PDFontDescriptor fontDescriptor, PDCIDSystemInfo cidSystemInfo) Returns a list of matching fonts, scored by suitability.Methods in org.apache.pdfbox.pdmodel.font with parameters of type FontMapperImpl.FontMatchModifier and TypeMethodDescriptionintFontMapperImpl.FontMatch.compareTo(FontMapperImpl.FontMatch match) Method parameters in org.apache.pdfbox.pdmodel.font with type arguments of type FontMapperImpl.FontMatchModifier and TypeMethodDescriptionprivate FontMapperImpl.FontMatchFontMapperImpl.printMatches(PriorityQueue<FontMapperImpl.FontMatch> queue) For debugging.