org.pentaho.reporting.libraries.fonts.text.font
Interface FontSizeProducer

All Superinterfaces:
ClassificationProducer, Cloneable
All Known Implementing Classes:
StaticFontSizeProducer, VariableFontSizeProducer

public interface FontSizeProducer
extends ClassificationProducer

Reads the character width and height (without kerning). If the codepoint is a compound codepoint of an grapheme cluster, return the maximum of all previously returned sizes of that cluster.

Author:
Thomas Morgner

Field Summary
 
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
END_OF_TEXT, START_OF_TEXT
 
Method Summary
 GlyphMetrics getCharacterSize(int codePoint, GlyphMetrics dimension)
           
 
Methods inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
clone
 

Method Detail

getCharacterSize

GlyphMetrics getCharacterSize(int codePoint,
                              GlyphMetrics dimension)