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

java.lang.Object
  extended by com.itextpdf.text.pdf.fonts.otf.TableHeader

public class TableHeader
extends Object

Author:
Palash Ray

Field Summary
 int featureListOffset
           
 int lookupListOffset
           
 int scriptListOffset
           
 int version
           
 
Constructor Summary
TableHeader(int version, int scriptListOffset, int featureListOffset, int lookupListOffset)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public int version

scriptListOffset

public int scriptListOffset

featureListOffset

public int featureListOffset

lookupListOffset

public int lookupListOffset
Constructor Detail

TableHeader

public TableHeader(int version,
                   int scriptListOffset,
                   int featureListOffset,
                   int lookupListOffset)


Copyright © 2013. All Rights Reserved.