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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFontRecord(FontRecord record) voidbooleanString[]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
-
DefaultFontFamily
-
-
Method Details
-
getFamilyName
Description copied from interface:FontFamilyReturns the name of the font family (in english).- Specified by:
getFamilyNamein interfaceFontFamily- Returns:
-
addName
-
getAllNames
- Specified by:
getAllNamesin interfaceFontFamily
-
getFontRecord
Description copied from interface:FontFamilyThis selects the most suitable font in that family. Italics fonts are preferred over oblique fonts.- Specified by:
getFontRecordin interfaceFontFamily- Returns:
-
addFontRecord
-
equals
-
hashCode
public int hashCode()
-