Uses of Class
org.docx4j.fonts.fop.fonts.FontCache
| Package | Description |
|---|---|
| org.docx4j.fonts | |
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.autodetect |
A collection of classes that aid in the autodetection of installed system fonts.
|
-
Uses of FontCache in org.docx4j.fonts
Fields in org.docx4j.fonts declared as FontCache Modifier and Type Field Description protected static FontCachePhysicalFonts. fontCache -
Uses of FontCache in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that return FontCache Modifier and Type Method Description FontCacheFontManager. getFontCache()Returns the font cache instance used by this font manager.static FontCacheFontCache. load()Reads the default font cache file and returns its contents.static FontCacheFontCache. loadFrom(java.io.File cacheFile)Reads a font cache file and returns its contents. -
Uses of FontCache in org.docx4j.fonts.fop.fonts.autodetect
Methods in org.docx4j.fonts.fop.fonts.autodetect with parameters of type FontCache Modifier and Type Method Description EmbedFontInfo[]FontInfoFinder. find(java.net.URL fontUrl, FontResolver resolver, FontCache fontCache)Attempts to determine EmbedFontInfo from a given font file.