Uses of Interface
org.pentaho.reporting.libraries.fonts.registry.FontContext
-
-
Uses of FontContext in org.pentaho.reporting.libraries.fonts.awt
Methods in org.pentaho.reporting.libraries.fonts.awt with parameters of type FontContext Modifier and Type Method Description protected Graphics2DAWTFontMetrics. createGraphics(FontContext context)FontMetricsAWTFontMetricsFactory. createMetrics(FontIdentifier identifier, FontContext context)Constructors in org.pentaho.reporting.libraries.fonts.awt with parameters of type FontContext Constructor Description AWTFontMetrics(FontNativeContext record, 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 Modifier and Type Method Description FontMetricsITextFontMetricsFactory. createMetrics(FontIdentifier identifier, FontContext context)FontMetricsITextFontStorage. 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 Modifier and Type Method Description FontMetricsCompoundFontStorage. 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 Modifier and Type Method Description FontMetricsMonospaceFontMetricsFactory. 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 Modifier and Type Class Description classDefaultFontContextCreation-Date: 01.02.2006, 22:10:01Methods in org.pentaho.reporting.libraries.fonts.registry with parameters of type FontContext Modifier and Type Method Description FontMetricsFontMetricsFactory. createMetrics(FontIdentifier identifier, FontContext context)Loads the font metrics for the font identified by the given identifier.FontMetricsDefaultFontStorage. getFontMetrics(FontIdentifier record, FontContext context)FontMetricsFontStorage. 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 Modifier and Type Method Description FontMetricsTrueTypeFontMetricsFactory. createMetrics(FontIdentifier record, FontContext context)
-