org.pentaho.reporting.libraries.fonts.pfm

Class PfmFont

public class PfmFont extends Object

Creation-Date: 21.07.2007, 15:27:07

Author: Thomas Morgner

Constructor Summary
PfmFont(File font, boolean embeddable)
PfmFont(FontDataInputSource input, boolean embeddable)
Method Summary
voiddispose()
StringgetFamilyName()
StringgetFilename()
StringgetFontName()
PfmFontHeadergetHeader()
FontDataInputSourcegetInput()
booleanisEmbeddable()
booleanisItextCompatible()
IText's PFM reader is buggy.

Constructor Detail

PfmFont

public PfmFont(File font, boolean embeddable)

PfmFont

public PfmFont(FontDataInputSource input, boolean embeddable)

Method Detail

dispose

public void dispose()

getFamilyName

public String getFamilyName()

getFilename

public String getFilename()

getFontName

public String getFontName()

getHeader

public PfmFontHeader getHeader()

getInput

public FontDataInputSource getInput()

isEmbeddable

public boolean isEmbeddable()

isItextCompatible

public boolean isItextCompatible()
IText's PFM reader is buggy. We have to check for the bug or we will run into troubles.

Returns: