Class OpenTypeFontTableReader
java.lang.Object
com.itextpdf.text.pdf.fonts.otf.OpenTypeFontTableReader
- Direct Known Subclasses:
GlyphPositioningTableReader, GlyphSubstitutionTableReader
- Author:
- Palash Ray
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Loggerprotected final RandomAccessFileOrArrayprotected final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadCoverageFormat(int coverageLocation) protected abstract voidreadSubTable(int lookupType, int subTableLocation) protected final voidThis is the starting point of the class.
-
Field Details
-
LOG
-
rf
-
tableLocation
protected final int tableLocation
-
-
Constructor Details
-
OpenTypeFontTableReader
- Throws:
IOException
-
-
Method Details
-
getSupportedLanguage
- Throws:
FontReadingException
-
startReadingTable
This is the starting point of the class. A sub-class must call this method to start getting call backs to thereadSubTable(int, int)method.- Throws:
FontReadingException
-
readSubTable
- Throws:
IOException
-
readCoverageFormat
- Throws:
IOException
-