org.pentaho.reporting.libraries.fonts.text.font
Interface FontSizeProducer
- All Superinterfaces:
- ClassificationProducer, java.lang.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
getCharacterSize
GlyphMetrics getCharacterSize(int codePoint,
GlyphMetrics dimension)