Class PfmExtension
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.pfm.PfmExtension
-
public class PfmExtension extends Object
This table contains offsets to other tables. It directly follows the header.- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static int
LENGTH
-
Constructor Summary
Constructors Constructor Description PfmExtension(byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDriverInfo()
int
getExtentTable()
int
getExtMetricsOffset()
int
getOriginTable()
int
getPairKernTable()
int
getTrackKernTable()
-
-
-
Field Detail
-
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PfmExtension
public PfmExtension(byte[] data) throws IOException
- Throws:
IOException
-
-