Interface FontCheckUtil.CharacterChecker
-
- All Known Implementing Classes:
PdfA1Checker.ACharacterChecker,PdfUAChecker.UaCharacterChecker
- Enclosing class:
- FontCheckUtil
public static interface FontCheckUtil.CharacterCheckerCharacter checker which performs check of passed symbol against the font.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(int ch, PdfFont font)Checks passed symbol against the font
-
-
-
Method Detail
-
check
boolean check(int ch, PdfFont font)Checks passed symbol against the font- Parameters:
ch- character to checkfont- font to check- Returns:
trueif check passes, otherwisefalse
-
-