Interface FontSizeProducer
- All Superinterfaces:
ClassificationProducer
,Cloneable
- All Known Implementing Classes:
StaticFontSizeProducer
,VariableFontSizeProducer
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
Methods inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
clone
-
Method Details
-
getCharacterSize
-