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

Packages that use FontContext
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.registry   
org.pentaho.reporting.libraries.fonts.truetype   
 

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

Methods in org.pentaho.reporting.libraries.fonts.awt with parameters of type FontContext
 FontMetrics AWTFontMetricsFactory.createMetrics(FontIdentifier identifier, FontContext context)
           
 

Constructors in org.pentaho.reporting.libraries.fonts.awt with parameters of type FontContext
AWTFontMetrics(Font font, FontContext context)
           
 

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

Methods in org.pentaho.reporting.libraries.fonts.itext with parameters of type FontContext
 FontMetrics ITextFontMetricsFactory.createMetrics(FontIdentifier identifier, FontContext context)
           
 FontMetrics ITextFontStorage.getFontMetrics(FontIdentifier rawRecord, FontContext context)
           
 

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

Methods in org.pentaho.reporting.libraries.fonts.merge with parameters of type FontContext
 FontMetrics CompoundFontStorage.getFontMetrics(FontIdentifier record, FontContext context)
           
 

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

Methods in org.pentaho.reporting.libraries.fonts.monospace with parameters of type FontContext
 FontMetrics MonospaceFontMetricsFactory.createMetrics(FontIdentifier identifier, FontContext context)
          Loads the font metrics for the font identified by the given identifier.
 

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

Classes in org.pentaho.reporting.libraries.fonts.registry that implement FontContext
 class DefaultFontContext
          Creation-Date: 01.02.2006, 22:10:01
 

Methods in org.pentaho.reporting.libraries.fonts.registry with parameters of type FontContext
 FontMetrics FontMetricsFactory.createMetrics(FontIdentifier identifier, FontContext context)
          Loads the font metrics for the font identified by the given identifier.
 FontMetrics DefaultFontStorage.getFontMetrics(FontIdentifier record, FontContext context)
           
 FontMetrics FontStorage.getFontMetrics(FontIdentifier record, FontContext context)
           
 

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

Methods in org.pentaho.reporting.libraries.fonts.truetype with parameters of type FontContext
 FontMetrics TrueTypeFontMetricsFactory.createMetrics(FontIdentifier record, FontContext context)