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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
String[]
Returns the name of the font family (in english).getFontRecord
(boolean bold, boolean italics) This selects the most suitable font in that family.int
hashCode()
-
Constructor Details
-
AWTFontFamily
-
-
Method Details
-
getFamilyName
Returns the name of the font family (in english).- Specified by:
getFamilyName
in interfaceFontFamily
- Returns:
-
getAllNames
- Specified by:
getAllNames
in interfaceFontFamily
-
getFontRecord
This selects the most suitable font in that family. Italics fonts are preferred over oblique fonts.- Specified by:
getFontRecord
in interfaceFontFamily
- Parameters:
bold
-italics
-- Returns:
-
equals
-
hashCode
public int hashCode()
-