Interface FontCheckUtil.CharacterChecker

All Known Implementing Classes:
PdfA1Checker.ACharacterChecker, PdfUA1Checker.UaCharacterChecker
Enclosing class:
FontCheckUtil

public static interface FontCheckUtil.CharacterChecker
Character checker which performs check of passed symbol against the font.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(int ch, PdfFont font)
    Checks passed symbol against the font
  • Method Details

    • check

      boolean check(int ch, PdfFont font)
      Checks passed symbol against the font
      Parameters:
      ch - character to check
      font - font to check
      Returns:
      true if check passes, otherwise false