Package com.itextpdf.pdfua.checkers
Class PdfUA1Checker.UaCharacterChecker
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.PdfUA1Checker.UaCharacterChecker
-
- All Implemented Interfaces:
FontCheckUtil.CharacterChecker
- Enclosing class:
- PdfUA1Checker
private static final class PdfUA1Checker.UaCharacterChecker extends java.lang.Object implements FontCheckUtil.CharacterChecker
-
-
Constructor Summary
Constructors Modifier Constructor Description private
UaCharacterChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
check(int ch, PdfFont font)
Checks passed symbol against the font
-
-
-
Method Detail
-
check
public boolean check(int ch, PdfFont font)
Description copied from interface:FontCheckUtil.CharacterChecker
Checks passed symbol against the font- Specified by:
check
in interfaceFontCheckUtil.CharacterChecker
- Parameters:
ch
- character to checkfont
- font to check- Returns:
true
if check passes, otherwisefalse
-
-