fop 0.95

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. 
org.apache.fop.render Generic renderer interface. 
 

Uses of FontCache in org.apache.fop.apps
 

Methods in org.apache.fop.apps that return FontCache
 FontCache FopFactory.getFontCache()
          Returns the font cache instance used by this factory.
 

Uses of FontCache in org.apache.fop.fonts
 

Methods in org.apache.fop.fonts that return FontCache
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.
 

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.
 

Uses of FontCache in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type FontCache
static java.util.List PrintRendererConfigurator.buildFontListFromConfiguration(org.apache.avalon.framework.configuration.Configuration cfg, java.lang.String fontBaseURL, FontResolver fontResolver, boolean strict, FontCache fontCache)
          Builds a list of EmbedFontInfo objects for use with the setup() method.
static EmbedFontInfo PrintRendererConfigurator.getFontInfoFromConfiguration(org.apache.avalon.framework.configuration.Configuration fontCfg, FontResolver fontResolver, boolean strict, FontCache fontCache)
          Returns a font info from a font node Configuration definition
 


fop 0.95

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