Class AWTFontFamily
java.lang.Object
org.pentaho.reporting.libraries.fonts.awt.AWTFontFamily
- All Implemented Interfaces:
Serializable,FontFamily
Creation-Date: 16.12.2005, 20:44:11
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]Returns the name of the font family (in english).getFontRecord(boolean bold, boolean italics) This selects the most suitable font in that family.inthashCode()
-
Constructor Details
-
AWTFontFamily
-
-
Method Details
-
getFamilyName
Returns the name of the font family (in english).- Specified by:
getFamilyNamein interfaceFontFamily- Returns:
-
getAllNames
- Specified by:
getAllNamesin interfaceFontFamily
-
getFontRecord
This selects the most suitable font in that family. Italics fonts are preferred over oblique fonts.- Specified by:
getFontRecordin interfaceFontFamily- Parameters:
bold-italics-- Returns:
-
equals
-
hashCode
public int hashCode()
-