Class PdfA1Checker.ACharacterChecker
java.lang.Object
com.itextpdf.pdfa.checker.PdfA1Checker.ACharacterChecker
- All Implemented Interfaces:
FontCheckUtil.CharacterChecker
- Enclosing class:
PdfA1Checker
private static final class PdfA1Checker.ACharacterChecker
extends Object
implements FontCheckUtil.CharacterChecker
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ACharacterChecker
private ACharacterChecker()
-
-
Method Details
-
check
Description copied from interface:FontCheckUtil.CharacterCheckerChecks passed symbol against the font- Specified by:
checkin interfaceFontCheckUtil.CharacterChecker- Parameters:
ch- character to checkfont- font to check- Returns:
trueif check passes, otherwisefalse
-