com.itextpdf.text.pdf.fonts.otf
Class GlyphPositioningTableReader

java.lang.Object
  extended by com.itextpdf.text.pdf.fonts.otf.OpenTypeFontTableReader
      extended by 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
GlyphPositioningTableReader(RandomAccessFileOrArray rf, int gposTableLocation)
           
 
Method Summary
 void read()
           
protected  void readSubTable(int lookupType, int subTableLocation)
           
 
Methods inherited from class com.itextpdf.text.pdf.fonts.otf.OpenTypeFontTableReader
getSupportedLanguage, readCoverageFormat, startReadingTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlyphPositioningTableReader

public GlyphPositioningTableReader(RandomAccessFileOrArray rf,
                                   int gposTableLocation)
                            throws IOException
Throws:
IOException
Method Detail

read

public void read()
          throws FontReadingException
Throws:
FontReadingException

readSubTable

protected void readSubTable(int lookupType,
                            int subTableLocation)
                     throws IOException
Specified by:
readSubTable in class OpenTypeFontTableReader
Throws:
IOException


Copyright © 2015. All Rights Reserved.