org.pentaho.reporting.libraries.fonts.registry

Interface FontStorage

public interface FontStorage

The base for application specific font managment.

Author: Thomas Morgner

Method Summary
voidcommit()
Mark the processing to be finished; commit any caches to the global storage, if applicable, clean up and return into a sane state.
FontMetricsgetFontMetrics(FontIdentifier record, FontContext context)
FontRegistrygetFontRegistry()

Method Detail

commit

public void commit()
Mark the processing to be finished; commit any caches to the global storage, if applicable, clean up and return into a sane state.

getFontMetrics

public FontMetrics getFontMetrics(FontIdentifier record, FontContext context)

getFontRegistry

public FontRegistry getFontRegistry()