Package com.itextpdf.pdfua.checkers
Class PdfUAChecker.UaCharacterChecker
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.PdfUAChecker.UaCharacterChecker
-
- All Implemented Interfaces:
FontCheckUtil.CharacterChecker
- Enclosing class:
- PdfUAChecker
private static final class PdfUAChecker.UaCharacterChecker extends java.lang.Object implements FontCheckUtil.CharacterChecker
-
-
Constructor Summary
Constructors Constructor Description UaCharacterChecker()Creates newPdfUAChecker.UaCharacterCheckerinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck(int ch, PdfFont font)Checks passed symbol against the font
-
-
-
Constructor Detail
-
UaCharacterChecker
public UaCharacterChecker()
Creates newPdfUAChecker.UaCharacterCheckerinstance.
-
-
Method Detail
-
check
public boolean check(int ch, PdfFont font)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
-
-