Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Method and Description |
---|---|
private FontMapperImpl.FontMatch |
FontMapperImpl.printMatches(java.util.PriorityQueue<FontMapperImpl.FontMatch> queue)
For debugging.
|
Modifier and Type | Method and Description |
---|---|
private java.util.PriorityQueue<FontMapperImpl.FontMatch> |
FontMapperImpl.getFontMatches(PDFontDescriptor fontDescriptor,
PDCIDSystemInfo cidSystemInfo)
Returns a list of matching fonts, scored by suitability.
|
Modifier and Type | Method and Description |
---|---|
int |
FontMapperImpl.FontMatch.compareTo(FontMapperImpl.FontMatch match) |
Modifier and Type | Method and Description |
---|---|
private FontMapperImpl.FontMatch |
FontMapperImpl.printMatches(java.util.PriorityQueue<FontMapperImpl.FontMatch> queue)
For debugging.
|