org.pentaho.reporting.libraries.fonts.pfm
Class PfmExtension

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.pfm.PfmExtension

public class PfmExtension
extends java.lang.Object

This table contains offsets to other tables. It directly follows the header.

Author:
Thomas Morgner

Field Summary
static int LENGTH
           
 
Constructor Summary
PfmExtension(byte[] data)
           
 
Method Summary
 int getDriverInfo()
           
 int getExtentTable()
           
 int getExtMetricsOffset()
           
 int getOriginTable()
           
 int getPairKernTable()
           
 int getTrackKernTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LENGTH

public static final int LENGTH
See Also:
Constant Field Values
Constructor Detail

PfmExtension

public PfmExtension(byte[] data)
             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getExtMetricsOffset

public int getExtMetricsOffset()

getExtentTable

public int getExtentTable()

getOriginTable

public int getOriginTable()

getPairKernTable

public int getPairKernTable()

getTrackKernTable

public int getTrackKernTable()

getDriverInfo

public int getDriverInfo()