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

Interface FontSizeProducer

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

Method Summary
GlyphMetricsgetCharacterSize(int codePoint, GlyphMetrics dimension)

Method Detail

getCharacterSize

public GlyphMetrics getCharacterSize(int codePoint, GlyphMetrics dimension)