org.pentaho.reporting.libraries.fonts.afm
Class AfmFont

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.afm.AfmFont
All Implemented Interfaces:
Serializable

public class AfmFont
extends Object
implements Serializable

An AFM font is a simple text file.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
AfmFont(File font, boolean embeddable)
           
AfmFont(FontDataInputSource inputSource, boolean embeddable)
           
 
Method Summary
 void dispose()
           
 AfmDirectionSection getDirectionSection(int index)
           
 String getFamilyName()
           
 String getFilename()
           
 String getFontName()
           
 AfmHeader getHeader()
           
 FontDataInputSource getInput()
           
 int getMetricsSets()
           
 boolean isEmbeddable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfmFont

public AfmFont(File font,
               boolean embeddable)
        throws IOException
Throws:
IOException

AfmFont

public AfmFont(FontDataInputSource inputSource,
               boolean embeddable)
        throws IOException
Throws:
IOException
Method Detail

getMetricsSets

public int getMetricsSets()

getDirectionSection

public AfmDirectionSection getDirectionSection(int index)

getInput

public FontDataInputSource getInput()

getHeader

public AfmHeader getHeader()

getFilename

public String getFilename()

getFamilyName

public String getFamilyName()

getFontName

public String getFontName()

isEmbeddable

public boolean isEmbeddable()

dispose

public void dispose()