org.pentaho.reporting.libraries.fonts.registry

Interface FontFamily

public interface FontFamily extends Serializable

Creation-Date: 07.11.2005, 19:06:25

Author: Thomas Morgner

Method Summary
String[]getAllNames()
StringgetFamilyName()
Returns the name of the font family (in english).
FontRecordgetFontRecord(boolean bold, boolean italics)
This selects the most suitable font in that family.

Method Detail

getAllNames

public String[] getAllNames()

getFamilyName

public String getFamilyName()
Returns the name of the font family (in english).

Returns:

getFontRecord

public FontRecord getFontRecord(boolean bold, boolean italics)
This selects the most suitable font in that family. Italics fonts are preferred over oblique fonts.

Parameters: bold italics

Returns: