Uses of Class
org.apache.pdfbox.pdmodel.font.FontMapperImpl.FontMatch
-
Packages that use FontMapperImpl.FontMatch Package Description org.apache.pdfbox.pdmodel.font 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.FontMatch Modifier and Type Method Description private FontMapperImpl.FontMatch
FontMapperImpl. printMatches(java.util.PriorityQueue<FontMapperImpl.FontMatch> queue)
For debugging.Methods in org.apache.pdfbox.pdmodel.font that return types with arguments of type FontMapperImpl.FontMatch Modifier and Type Method Description private java.util.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.FontMatch Modifier and Type Method Description int
FontMapperImpl.FontMatch. compareTo(FontMapperImpl.FontMatch match)
Method parameters in org.apache.pdfbox.pdmodel.font with type arguments of type FontMapperImpl.FontMatch Modifier and Type Method Description private FontMapperImpl.FontMatch
FontMapperImpl. printMatches(java.util.PriorityQueue<FontMapperImpl.FontMatch> queue)
For debugging.
-