fop 1.0

Uses of Class
org.apache.fop.fonts.FontCache

Packages that use FontCache
org.apache.fop.apps Application classes used for running FOP embedded in other applications. 
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.apps
 

Methods in org.apache.fop.apps that return FontCache
 FontCache FopFactory.getFontCache()
          Deprecated. use getFontManager().getFontCache() instead
 

Uses of FontCache in org.apache.fop.fonts
 

Methods in org.apache.fop.fonts that return FontCache
 FontCache FontManager.getFontCache()
          Returns the font cache instance used by this font manager.
static FontCache FontCache.load()
          Reads the default font cache file and returns its contents.
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
protected  void FontInfoConfigurator.addFonts(org.apache.avalon.framework.configuration.Configuration fontsCfg, FontCache fontCache, java.util.List fontInfoList)
          Populates the font info list from the fonts configuration
protected  EmbedFontInfo FontInfoConfigurator.getFontInfo(org.apache.avalon.framework.configuration.Configuration fontCfg, FontCache fontCache)
          Returns a font info from a font node Configuration definition
 

Uses of FontCache in org.apache.fop.fonts.autodetect
 

Methods in org.apache.fop.fonts.autodetect with parameters of type FontCache
 EmbedFontInfo[] FontInfoFinder.find(java.net.URL fontUrl, FontResolver resolver, FontCache fontCache)
          Attempts to determine EmbedFontInfo from a given font file.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.