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

Uses in package org.apache.fop.apps

Methods with return type org.apache.fop.fonts.FontCache

FontCache
Returns the font cache instance used by this factory.

Uses in package org.apache.fop.fonts

Methods with return type org.apache.fop.fonts.FontCache

FontCache
Reads the default font cache file and returns its contents.
FontCache
FontCache.loadFrom(File cacheFile)
Reads a font cache file and returns its contents.

Uses in package org.apache.fop.render

Methods with parameter type org.apache.fop.fonts.FontCache

List
PrintRendererConfigurator.buildFontListFromConfiguration(Configuration cfg, String fontBaseURL, FontResolver fontResolver, boolean strict, FontCache fontCache)
Builds a list of EmbedFontInfo objects for use with the setup() method.
EmbedFontInfo
PrintRendererConfigurator.getFontInfoFromConfiguration(Configuration fontCfg, FontResolver fontResolver, boolean strict, FontCache fontCache)
Returns a font info from a font node Configuration definition

Uses in package org.apache.fop.fonts.autodetect

Methods with parameter type org.apache.fop.fonts.FontCache

EmbedFontInfo
FontInfoFinder.find(URL fontUrl, FontResolver resolver, FontCache fontCache)
Attempts to determine EmbedFontInfo from a given font file.

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