Interface FontStorage
-
- All Known Implementing Classes:
CompoundFontStorage,DefaultFontStorage,ITextFontStorage
public interface FontStorageThe base for application specific font managment.- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
getFontRegistry
FontRegistry getFontRegistry()
-
getFontMetrics
FontMetrics getFontMetrics(FontIdentifier record, FontContext context)
-
commit
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.
-
-