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