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