Package org.apache.fop.fonts
Interface FontTriplet.Matcher
-
- Enclosing class:
- FontTriplet
public static interface FontTriplet.Matcher
Matcher interface forFontTriplet
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(FontTriplet triplet)
Indicates whether the givenFontTriplet
matches a particular criterium.
-
-
-
Method Detail
-
matches
boolean matches(FontTriplet triplet)
Indicates whether the givenFontTriplet
matches a particular criterium.- Parameters:
triplet
- the font triplet- Returns:
- true if the font triplet is a match
-
-