Uses of Class
com.itextpdf.text.pdf.fonts.otf.FontReadingException
-
Packages that use FontReadingException Package Description com.itextpdf.text.pdf.fonts.otf -
-
Uses of FontReadingException in com.itextpdf.text.pdf.fonts.otf
Methods in com.itextpdf.text.pdf.fonts.otf that throw FontReadingException Modifier and Type Method Description java.util.Map<java.lang.String,Glyph>
GlyphSubstitutionTableReader. getGlyphSubstitutionMap()
Language
OpenTypeFontTableReader. getSupportedLanguage()
private java.lang.String
GlyphSubstitutionTableReader. getTextFromGlyph(int glyphId, java.util.Map<java.lang.Integer,java.lang.Character> glyphToCharacterMap)
void
GlyphPositioningTableReader. read()
void
GlyphSubstitutionTableReader. read()
protected void
OpenTypeFontTableReader. startReadingTable()
This is the starting point of the class.
-