org.pentaho.reporting.libraries.fonts.pfm

Class PfmFontHeader

public class PfmFontHeader extends Object

Creation-Date: 21.07.2007, 15:43:15

Author: Thomas Morgner

Field Summary
static intLENGTH
Constructor Summary
PfmFontHeader(byte[] data)
Method Summary
shortgetAscent()
shortgetAvgWidth()
shortgetBreakChar()
bytegetCharset()
shortgetDefaultChar()
intgetDevicePtr()
StringgetEncoding()
shortgetExternalLeading()
intgetFacePtr()
shortgetFirstChar()
shortgetHorizRes()
shortgetInternalLeading()
shortgetLastChar()
shortgetMaxWidth()
bytegetPitchAndFamily()
shortgetPixelHeight()
shortgetPixelWidth()
shortgetPoint()
longgetSize()
shortgetType()
shortgetVersion()
shortgetVertRes()
shortgetWeight()
shortgetWidthBytes()
booleanisItalic()
booleanisStrikeout()
booleanisUnderline()

Field Detail

LENGTH

public static final int LENGTH

Constructor Detail

PfmFontHeader

public PfmFontHeader(byte[] data)

Method Detail

getAscent

public short getAscent()

getAvgWidth

public short getAvgWidth()

getBreakChar

public short getBreakChar()

getCharset

public byte getCharset()

getDefaultChar

public short getDefaultChar()

getDevicePtr

public int getDevicePtr()

getEncoding

public String getEncoding()

getExternalLeading

public short getExternalLeading()

getFacePtr

public int getFacePtr()

getFirstChar

public short getFirstChar()

getHorizRes

public short getHorizRes()

getInternalLeading

public short getInternalLeading()

getLastChar

public short getLastChar()

getMaxWidth

public short getMaxWidth()

getPitchAndFamily

public byte getPitchAndFamily()

getPixelHeight

public short getPixelHeight()

getPixelWidth

public short getPixelWidth()

getPoint

public short getPoint()

getSize

public long getSize()

getType

public short getType()

getVersion

public short getVersion()

getVertRes

public short getVertRes()

getWeight

public short getWeight()

getWidthBytes

public short getWidthBytes()

isItalic

public boolean isItalic()

isStrikeout

public boolean isStrikeout()

isUnderline

public boolean isUnderline()