Uses of Interface
org.pentaho.reporting.libraries.fonts.registry.FontNativeContext
-
-
Uses of FontNativeContext in org.pentaho.reporting.libraries.fonts.awt
Methods in org.pentaho.reporting.libraries.fonts.awt that return FontNativeContext Modifier and Type Method Description FontNativeContext
AWTFontMetrics. getNativeContext()
Constructors in org.pentaho.reporting.libraries.fonts.awt with parameters of type FontNativeContext Constructor Description AWTFontMetrics(FontNativeContext record, Font font, FontContext context)
-
Uses of FontNativeContext in org.pentaho.reporting.libraries.fonts.itext
Methods in org.pentaho.reporting.libraries.fonts.itext that return FontNativeContext Modifier and Type Method Description FontNativeContext
BaseFontFontMetrics. getNativeContext()
Constructors in org.pentaho.reporting.libraries.fonts.itext with parameters of type FontNativeContext Constructor Description BaseFontFontMetrics(FontNativeContext record, com.lowagie.text.pdf.BaseFont baseFont, float size)
-
Uses of FontNativeContext in org.pentaho.reporting.libraries.fonts.monospace
Methods in org.pentaho.reporting.libraries.fonts.monospace that return FontNativeContext Modifier and Type Method Description FontNativeContext
MonospaceFontMetrics. getNativeContext()
Constructors in org.pentaho.reporting.libraries.fonts.monospace with parameters of type FontNativeContext Constructor Description MonospaceFontMetrics(FontNativeContext record, float cpi, float lpi)
-
Uses of FontNativeContext in org.pentaho.reporting.libraries.fonts.registry
Classes in org.pentaho.reporting.libraries.fonts.registry that implement FontNativeContext Modifier and Type Class Description class
DefaultFontNativeContext
Methods in org.pentaho.reporting.libraries.fonts.registry that return FontNativeContext Modifier and Type Method Description FontNativeContext
EmptyFontMetrics. getNativeContext()
FontNativeContext
FontMetrics. getNativeContext()
Constructors in org.pentaho.reporting.libraries.fonts.registry with parameters of type FontNativeContext Constructor Description EmptyFontMetrics(FontNativeContext record, double baseWidth, double baseHeight)
EmptyFontMetrics(FontNativeContext record, long baseWidth, long baseHeight)
-
Uses of FontNativeContext in org.pentaho.reporting.libraries.fonts.truetype
Classes in org.pentaho.reporting.libraries.fonts.truetype that implement FontNativeContext Modifier and Type Class Description class
TrueTypeFontIdentifier
Creation-Date: 16.12.2005, 19:35:31Methods in org.pentaho.reporting.libraries.fonts.truetype that return FontNativeContext Modifier and Type Method Description FontNativeContext
TrueTypeFontMetrics. getNativeContext()
Constructors in org.pentaho.reporting.libraries.fonts.truetype with parameters of type FontNativeContext Constructor Description TrueTypeFontMetrics(FontNativeContext record, ScalableTrueTypeFontMetrics fontMetrics, double fontSize)
-