In iText 7, How to know whether specific character exists in font?
In iText 5, I used below code.
Font font = FontFactory.getFont(fontName, BaseFont.IDENTITY_H, BaseFont.EMBEDDED);
BaseFont baseFont = font.getBaseFont();
boolean isExist = baseFont.charExists(ch);
Is this possible in iText 7?
Of course
This prints something like: