Uses of Interface
com.itextpdf.kernel.utils.checkers.FontCheckUtil.CharacterChecker
-
Packages that use FontCheckUtil.CharacterChecker Package Description com.itextpdf.kernel.utils.checkers com.itextpdf.pdfa.checker com.itextpdf.pdfua.checkers -
-
Uses of FontCheckUtil.CharacterChecker in com.itextpdf.kernel.utils.checkers
Methods in com.itextpdf.kernel.utils.checkers with parameters of type FontCheckUtil.CharacterChecker Modifier and Type Method Description static int
FontCheckUtil. checkGlyphsOfText(java.lang.String text, PdfFont font, FontCheckUtil.CharacterChecker checker)
Checks the text by the passed checker and the font. -
Uses of FontCheckUtil.CharacterChecker in com.itextpdf.pdfa.checker
Classes in com.itextpdf.pdfa.checker that implement FontCheckUtil.CharacterChecker Modifier and Type Class Description private static class
PdfA1Checker.ACharacterChecker
-
Uses of FontCheckUtil.CharacterChecker in com.itextpdf.pdfua.checkers
Classes in com.itextpdf.pdfua.checkers that implement FontCheckUtil.CharacterChecker Modifier and Type Class Description private static class
PdfUAChecker.UaCharacterChecker
-