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

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

public class PfmFontHeader
extends Object

Creation-Date: 21.07.2007, 15:43:15

Author:
Thomas Morgner

Field Summary
static int LENGTH
           
 
Constructor Summary
PfmFontHeader(byte[] data)
           
 
Method Summary
 short getAscent()
           
 short getAvgWidth()
           
 short getBreakChar()
           
 byte getCharset()
           
 short getDefaultChar()
           
 int getDevicePtr()
           
 String getEncoding()
           
 short getExternalLeading()
           
 int getFacePtr()
           
 short getFirstChar()
           
 short getHorizRes()
           
 short getInternalLeading()
           
 short getLastChar()
           
 short getMaxWidth()
           
 byte getPitchAndFamily()
           
 short getPixelHeight()
           
 short getPixelWidth()
           
 short getPoint()
           
 long getSize()
           
 short getType()
           
 short getVersion()
           
 short getVertRes()
           
 short getWeight()
           
 short getWidthBytes()
           
 boolean isItalic()
           
 boolean isStrikeout()
           
 boolean isUnderline()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LENGTH

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

PfmFontHeader

public PfmFontHeader(byte[] data)
Method Detail

getDevicePtr

public int getDevicePtr()

getFacePtr

public int getFacePtr()

getVersion

public short getVersion()

getSize

public long getSize()

getType

public short getType()

getPoint

public short getPoint()

getVertRes

public short getVertRes()

getHorizRes

public short getHorizRes()

getAscent

public short getAscent()

getInternalLeading

public short getInternalLeading()

getExternalLeading

public short getExternalLeading()

isItalic

public boolean isItalic()

isUnderline

public boolean isUnderline()

isStrikeout

public boolean isStrikeout()

getWeight

public short getWeight()

getCharset

public byte getCharset()

getPixelWidth

public short getPixelWidth()

getPixelHeight

public short getPixelHeight()

getPitchAndFamily

public byte getPitchAndFamily()

getAvgWidth

public short getAvgWidth()

getMaxWidth

public short getMaxWidth()

getFirstChar

public short getFirstChar()

getLastChar

public short getLastChar()

getDefaultChar

public short getDefaultChar()

getBreakChar

public short getBreakChar()

getWidthBytes

public short getWidthBytes()

getEncoding

public String getEncoding()