Package com.itextpdf.text.pdf.fonts.otf
Class GlyphPositioningTableReader
- java.lang.Object
-
- com.itextpdf.text.pdf.fonts.otf.OpenTypeFontTableReader
-
- com.itextpdf.text.pdf.fonts.otf.GlyphPositioningTableReader
-
public class GlyphPositioningTableReader extends OpenTypeFontTableReader
Not used at present, keeping for sometime future.- Author:
- Palash Ray
-
-
Field Summary
-
Fields inherited from class com.itextpdf.text.pdf.fonts.otf.OpenTypeFontTableReader
LOG, rf, tableLocation
-
-
Constructor Summary
Constructors Constructor Description GlyphPositioningTableReader(RandomAccessFileOrArray rf, int gposTableLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
read()
protected void
readSubTable(int lookupType, int subTableLocation)
-
Methods inherited from class com.itextpdf.text.pdf.fonts.otf.OpenTypeFontTableReader
getSupportedLanguage, readCoverageFormat, startReadingTable
-
-
-
-
Constructor Detail
-
GlyphPositioningTableReader
public GlyphPositioningTableReader(RandomAccessFileOrArray rf, int gposTableLocation) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
read
public void read() throws FontReadingException
- Throws:
FontReadingException
-
readSubTable
protected void readSubTable(int lookupType, int subTableLocation) throws java.io.IOException
- Specified by:
readSubTable
in classOpenTypeFontTableReader
- Throws:
java.io.IOException
-
-