public final class FontCheckUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FontCheckUtil.CharacterChecker
Character checker which performs check of passed symbol against the font.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
checkGlyphsOfText(String text,
PdfFont font,
FontCheckUtil.CharacterChecker checker)
Checks the text by the passed checker and the font.
|
public static int checkGlyphsOfText(String text, PdfFont font, FontCheckUtil.CharacterChecker checker)
text - the text to checkfont - the font to checkchecker - the checker which checks the text according to the font-1 if no character passes the check, or index of the first symbol which passes the checkCopyright © 1998–2024 Apryse Group NV. All rights reserved.