Uses of Class
org.apache.fop.fonts.FontCache
Packages that use FontCache
Package
Description
Classes for font handling.
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 FontCacheModifier and TypeFieldDescriptionprivate FontCacheFontCacheManagerFactory.FontCacheManagerImpl.fontCacheMethods in org.apache.fop.fonts that return FontCacheModifier and TypeMethodDescriptionFontManager.getFontCache()Returns the font cache instance used by this font manager.static FontCacheFontCache.load()Deprecated.FontCacheManager.load()Loads the font cache into memory from the given file.FontCacheManagerFactory.DisabledFontCacheManager.load()FontCacheManagerFactory.FontCacheManagerImpl.load()static FontCacheReads a font cache file and returns its contents.Methods in org.apache.fop.fonts with parameters of type FontCacheModifier and TypeMethodDescriptionprivate voidDefaultFontConfigurator.addFonts(DefaultFontConfig fontInfoConfig, FontCache fontCache, List<EmbedFontInfo> fontInfoList) private EmbedFontInfoDefaultFontConfigurator.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 FontCacheModifier and TypeMethodDescriptionFontInfoFinder.find(URI fontURI, InternalResourceResolver resourceResolver, FontCache fontCache) Attempts to determine EmbedFontInfo from a given font file.private EmbedFontInfoFontInfoFinder.getFontInfoFromCustomFont(URI fontUri, CustomFont customFont, FontCache fontCache, InternalResourceResolver resourceResolver) Attempts to determine FontInfo from a given custom font
FontCache.loadFrom(File)instead