Class TrueTypeFontMetricsFactory
java.lang.Object
org.pentaho.reporting.libraries.fonts.truetype.TrueTypeFontMetricsFactory
- All Implemented Interfaces:
FontMetricsFactory
This class is still experimental. At a later time, this class should be refactored to work without file references.
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMetrics
(FontIdentifier record, FontContext context) 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
-
TrueTypeFontMetricsFactory
public TrueTypeFontMetricsFactory()
-
-
Method Details
-
createMetrics
Description copied from interface:FontMetricsFactory
Loads the font metrics for the font identified by the given identifier.- Specified by:
createMetrics
in interfaceFontMetricsFactory
- Returns:
-