org.pentaho.reporting.libraries.fonts.pfm
Class PfmFontHeader
java.lang.Object
org.pentaho.reporting.libraries.fonts.pfm.PfmFontHeader
public class PfmFontHeader
- extends java.lang.Object
Creation-Date: 21.07.2007, 15:43:15
- Author:
- Thomas Morgner
Field Summary |
static int |
LENGTH
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
PfmFontHeader
public PfmFontHeader(byte[] data)
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 java.lang.String getEncoding()