Uses of Interface
org.pentaho.reporting.libraries.fonts.registry.FontRecord

Packages that use FontRecord
org.pentaho.reporting.libraries.fonts.afm   
org.pentaho.reporting.libraries.fonts.awt   
org.pentaho.reporting.libraries.fonts.itext   
org.pentaho.reporting.libraries.fonts.merge   
org.pentaho.reporting.libraries.fonts.monospace   
org.pentaho.reporting.libraries.fonts.pfm   
org.pentaho.reporting.libraries.fonts.registry   
org.pentaho.reporting.libraries.fonts.truetype   
 

Uses of FontRecord in org.pentaho.reporting.libraries.fonts.afm
 

Classes in org.pentaho.reporting.libraries.fonts.afm that implement FontRecord
 class AfmFontRecord
          Creation-Date: 22.07.2007, 17:19:04
 

Uses of FontRecord in org.pentaho.reporting.libraries.fonts.awt
 

Classes in org.pentaho.reporting.libraries.fonts.awt that implement FontRecord
 class AWTFontRecord
          Creation-Date: 16.12.2005, 20:06:51
 

Methods in org.pentaho.reporting.libraries.fonts.awt that return FontRecord
 FontRecord AWTFontFamily.getFontRecord(boolean bold, boolean italics)
          This selects the most suitable font in that family.
 

Uses of FontRecord in org.pentaho.reporting.libraries.fonts.itext
 

Classes in org.pentaho.reporting.libraries.fonts.itext that implement FontRecord
 class ITextBuiltInFontRecord
          Creation-Date: 22.07.2007, 18:00:32
 class ITextFontRecord
          Creation-Date: 20.07.2007, 19:59:37
 

Uses of FontRecord in org.pentaho.reporting.libraries.fonts.merge
 

Classes in org.pentaho.reporting.libraries.fonts.merge that implement FontRecord
 class CompoundFontRecord
          Creation-Date: 20.07.2007, 18:55:08
 

Methods in org.pentaho.reporting.libraries.fonts.merge that return FontRecord
 FontRecord CompoundFontRecord.getBase()
           
 FontRecord CompoundFontFamily.getFontRecord(boolean bold, boolean italics)
           
 

Constructors in org.pentaho.reporting.libraries.fonts.merge with parameters of type FontRecord
CompoundFontRecord(FontRecord base, CompoundFontFamily family, boolean boldSpecified, boolean italicsSpecified)
           
 

Uses of FontRecord in org.pentaho.reporting.libraries.fonts.monospace
 

Classes in org.pentaho.reporting.libraries.fonts.monospace that implement FontRecord
 class MonospaceFontRecord
          Creation-Date: 13.05.2007, 13:14:16
 

Methods in org.pentaho.reporting.libraries.fonts.monospace that return FontRecord
 FontRecord MonospaceFontFamily.getFontRecord(boolean bold, boolean italics)
          This selects the most suitable font in that family.
 

Uses of FontRecord in org.pentaho.reporting.libraries.fonts.pfm
 

Classes in org.pentaho.reporting.libraries.fonts.pfm that implement FontRecord
 class PfmFontRecord
          Creation-Date: 21.07.2007, 19:12:20
 

Uses of FontRecord in org.pentaho.reporting.libraries.fonts.registry
 

Subinterfaces of FontRecord in org.pentaho.reporting.libraries.fonts.registry
 interface FontSource
          Creation-Date: 13.05.2007, 13:43:54
 

Methods in org.pentaho.reporting.libraries.fonts.registry that return FontRecord
 FontRecord FontFamily.getFontRecord(boolean bold, boolean italics)
          This selects the most suitable font in that family.
 FontRecord DefaultFontFamily.getFontRecord(boolean bold, boolean italics)
           
 

Methods in org.pentaho.reporting.libraries.fonts.registry with parameters of type FontRecord
 void DefaultFontFamily.addFontRecord(FontRecord record)
           
 

Uses of FontRecord in org.pentaho.reporting.libraries.fonts.truetype
 

Classes in org.pentaho.reporting.libraries.fonts.truetype that implement FontRecord
 class TrueTypeFontRecord
          A true-type font record.