Class PfmFontHeader
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description static intLENGTH
-
Constructor Summary
Constructors Constructor Description PfmFontHeader(byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
- See Also:
- Constant Field Values
-
-
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()
-
-