org.pentaho.reporting.libraries.fonts.truetype

Class PostscriptInformationTable

public class PostscriptInformationTable extends Object implements FontTable

Creation-Date: 06.11.2005, 20:24:42

Author: Thomas Morgner

Field Summary
static longTABLE_ID
Constructor Summary
PostscriptInformationTable(byte[] data)
Method Summary
floatgetItalicAngle()
longgetName()
shortgetUnderlinePosition()
shortgetUnderlineThickness()
floatgetVersion()
booleanisFixedPitch()

Field Detail

TABLE_ID

public static final long TABLE_ID

Constructor Detail

PostscriptInformationTable

public PostscriptInformationTable(byte[] data)

Method Detail

getItalicAngle

public float getItalicAngle()

getName

public long getName()

getUnderlinePosition

public short getUnderlinePosition()

getUnderlineThickness

public short getUnderlineThickness()

getVersion

public float getVersion()

isFixedPitch

public boolean isFixedPitch()