public interface FontCacheManager
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes the font cache from the file-system.
|
FontCache |
load()
Loads the font cache into memory from the given file.
|
void |
save()
Serializes the font cache to file.
|
void |
setCacheFile(URI fontCacheURI)
Sets the font cache file given the URI pointing to the file.
|
void setCacheFile(URI fontCacheURI)
fontCacheURI
- the font cache URIFontCache load()
void save() throws FOPException
FOPException
- if an error occurs serializing the font cachevoid delete() throws FOPException
FOPException
- if an error occurs deleting the font cacheCopyright © 2022 Apache Software Foundation. All rights reserved.