Class DefaultFontFamily
java.lang.Object
org.pentaho.reporting.libraries.fonts.registry.DefaultFontFamily
- All Implemented Interfaces:
Serializable
,FontFamily
Creation-Date: 07.11.2005, 19:45:50
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFontRecord
(FontRecord record) void
boolean
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
-
DefaultFontFamily
-
-
Method Details
-
getFamilyName
Description copied from interface:FontFamily
Returns the name of the font family (in english).- Specified by:
getFamilyName
in interfaceFontFamily
- Returns:
-
addName
-
getAllNames
- Specified by:
getAllNames
in interfaceFontFamily
-
getFontRecord
Description copied from interface:FontFamily
This selects the most suitable font in that family. Italics fonts are preferred over oblique fonts.- Specified by:
getFontRecord
in interfaceFontFamily
- Returns:
-
addFontRecord
-
equals
-
hashCode
public int hashCode()
-