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