Interface FontCheckUtil.CharacterChecker
- Enclosing class:
- FontCheckUtil
public static interface FontCheckUtil.CharacterChecker
Character checker which performs check of passed symbol against the font.
-
Method Summary
-
Method Details
-
check
Checks passed symbol against the font.- Parameters:
-
ch
- character to check -
font
- font to check - Returns:
-
true
if font doesn't contain passed symbol or this symbol is invalid, otherwisefalse
-