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 Graphics2D
AWTFontMetrics. createGraphics(FontContext context)
FontMetrics
AWTFontMetricsFactory. 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 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
DefaultFontContext
Creation-Date: 01.02.2006, 22:10:01Methods in org.pentaho.reporting.libraries.fonts.registry with parameters of type FontContext Modifier and Type Method Description 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 Modifier and Type Method Description FontMetrics
TrueTypeFontMetricsFactory. createMetrics(FontIdentifier record, FontContext context)
-