Uses of Class
org.apache.fop.fonts.FontCache
-
Packages that use FontCache Package Description org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.autodetect A collection of classes that aid in the autodetection of installed system fonts. -
-
Uses of FontCache in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as FontCache Modifier and Type Field Description private FontCache
FontCacheManagerFactory.FontCacheManagerImpl. fontCache
Methods in org.apache.fop.fonts that return FontCache Modifier and Type Method Description FontCache
FontManager. getFontCache()
Returns the font cache instance used by this font manager.static FontCache
FontCache. load()
Deprecated.useloadFrom(File)
insteadFontCache
FontCacheManager. load()
Loads the font cache into memory from the given file.FontCache
FontCacheManagerFactory.DisabledFontCacheManager. load()
FontCache
FontCacheManagerFactory.FontCacheManagerImpl. load()
static FontCache
FontCache. loadFrom(java.io.File cacheFile)
Reads a font cache file and returns its contents.Methods in org.apache.fop.fonts with parameters of type FontCache Modifier and Type Method Description private void
DefaultFontConfigurator. addFonts(DefaultFontConfig fontInfoConfig, FontCache fontCache, java.util.List<EmbedFontInfo> fontInfoList)
private EmbedFontInfo
DefaultFontConfigurator. getFontInfo(DefaultFontConfig.Font font, FontCache fontCache)
-
Uses of FontCache in org.apache.fop.fonts.autodetect
Methods in org.apache.fop.fonts.autodetect with parameters of type FontCache Modifier and Type Method Description EmbedFontInfo[]
FontInfoFinder. find(java.net.URI fontURI, InternalResourceResolver resourceResolver, FontCache fontCache)
Attempts to determine EmbedFontInfo from a given font file.private EmbedFontInfo
FontInfoFinder. getFontInfoFromCustomFont(java.net.URI fontUri, CustomFont customFont, FontCache fontCache, InternalResourceResolver resourceResolver)
Attempts to determine FontInfo from a given custom font
-