public class CompoundFontStorage extends Object implements FontStorage
| Constructor and Description |
|---|
CompoundFontStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRegistry(FontRegistry registry) |
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() |
public void addRegistry(FontRegistry registry)
public FontRegistry getFontRegistry()
getFontRegistry in interface FontStoragepublic FontMetrics getFontMetrics(FontIdentifier record, FontContext context)
getFontMetrics in interface FontStoragepublic void commit()
FontStoragecommit in interface FontStorage