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

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

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

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

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.apps

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

FontCache

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

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