org.pentaho.reporting.libraries.fonts.pfm

Class PfmExtension

public class PfmExtension extends Object

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

Author: Thomas Morgner

Field Summary
static intLENGTH
Constructor Summary
PfmExtension(byte[] data)
Method Summary
intgetDriverInfo()
intgetExtentTable()
intgetExtMetricsOffset()
intgetOriginTable()
intgetPairKernTable()
intgetTrackKernTable()

Field Detail

LENGTH

public static final int LENGTH

Constructor Detail

PfmExtension

public PfmExtension(byte[] data)

Method Detail

getDriverInfo

public int getDriverInfo()

getExtentTable

public int getExtentTable()

getExtMetricsOffset

public int getExtMetricsOffset()

getOriginTable

public int getOriginTable()

getPairKernTable

public int getPairKernTable()

getTrackKernTable

public int getTrackKernTable()