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(java.net.URI fontCacheURI)
Sets the font cache file given the URI pointing to the file.
|
void setCacheFile(java.net.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 1999-2017 The Apache Software Foundation. All Rights Reserved.