Package org.apache.pdfbox.pdmodel.font
Class FontMapperImpl.FontMatch
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.font.FontMapperImpl.FontMatch
-
- All Implemented Interfaces:
java.lang.Comparable<FontMapperImpl.FontMatch>
- Enclosing class:
- FontMapperImpl
private static class FontMapperImpl.FontMatch extends java.lang.Object implements java.lang.Comparable<FontMapperImpl.FontMatch>
A potential match for a font substitution.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(FontMapperImpl.FontMatch match)
-
-
-
Field Detail
-
score
double score
-
info
final FontInfo info
-
-
Constructor Detail
-
FontMatch
FontMatch(FontInfo info)
-
-
Method Detail
-
compareTo
public int compareTo(FontMapperImpl.FontMatch match)
- Specified by:
compareTo
in interfacejava.lang.Comparable<FontMapperImpl.FontMatch>
-
-