net.sf.jasperreports.engine.fonts
Interface FontFace

All Known Implementing Classes:
SimpleFontFace

public interface FontFace

Version:
$Id: FontFace.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 java.lang.String getFile()
          Returns the TTF file, if the font face has specified one (the font face does not specify a TTF file in case it maps a JVM available font such as a Java logical font or a system font).
 java.awt.Font getFont()
          Returns a non-null instance of java.awt.Font representing the font face.
 java.lang.String getName()
          Returns the non-null name of the font face.
 

Method Detail

getName

java.lang.String getName()
Returns the non-null name of the font face.


getFile

java.lang.String getFile()
Returns the TTF file, if the font face has specified one (the font face does not specify a TTF file in case it maps a JVM available font such as a Java logical font or a system font).


getFont

java.awt.Font getFont()
Returns a non-null instance of java.awt.Font representing the font face.



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com