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