Class MonospaceFontMetricsFactory

java.lang.Object
org.pentaho.reporting.libraries.fonts.monospace.MonospaceFontMetricsFactory
All Implemented Interfaces:
FontMetricsFactory

public class MonospaceFontMetricsFactory extends java.lang.Object implements FontMetricsFactory
Creation-Date: 13.05.2007, 13:14:25
Author:
Thomas Morgner
  • Constructor Summary

    Constructors
    Constructor
    Description
    MonospaceFontMetricsFactory(float lpi, float cpi)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads the font metrics for the font identified by the given identifier.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MonospaceFontMetricsFactory

      public MonospaceFontMetricsFactory(float lpi, float cpi)
  • Method Details