Package org.apache.fop.fonts
Interface FontTriplet.Matcher
- Enclosing class:
FontTriplet
public static interface FontTriplet.Matcher
Matcher interface for
FontTriplet.-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(FontTriplet triplet) Indicates whether the givenFontTripletmatches a particular criterium.
-
Method Details
-
matches
Indicates whether the givenFontTripletmatches a particular criterium.- Parameters:
triplet- the font triplet- Returns:
- true if the font triplet is a match
-