org.pentaho.reporting.libraries.fonts.truetype
Class PostscriptInformationTable

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.truetype.PostscriptInformationTable
All Implemented Interfaces:
FontTable

public class PostscriptInformationTable
extends Object
implements FontTable

Creation-Date: 06.11.2005, 20:24:42

Author:
Thomas Morgner

Field Summary
static long TABLE_ID
           
 
Constructor Summary
PostscriptInformationTable(byte[] data)
           
 
Method Summary
 float getItalicAngle()
           
 long getName()
           
 short getUnderlinePosition()
           
 short getUnderlineThickness()
           
 float getVersion()
           
 boolean isFixedPitch()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_ID

public static final long TABLE_ID
See Also:
Constant Field Values
Constructor Detail

PostscriptInformationTable

public PostscriptInformationTable(byte[] data)
Method Detail

getVersion

public float getVersion()

getItalicAngle

public float getItalicAngle()

getUnderlinePosition

public short getUnderlinePosition()

getUnderlineThickness

public short getUnderlineThickness()

isFixedPitch

public boolean isFixedPitch()

getName

public long getName()
Specified by:
getName in interface FontTable