fop 0.95

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

Packages that use EmbedFontInfo
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 EmbedFontInfo in org.apache.fop.fonts
 

Subclasses of EmbedFontInfo in org.apache.fop.fonts
 class CachedFontInfo
          Font info stored in the cache
 

Methods in org.apache.fop.fonts with parameters of type EmbedFontInfo
 void FontCache.addFont(EmbedFontInfo fontInfo)
          adds a font info to cache
 boolean FontCache.containsFont(EmbedFontInfo fontInfo)
          is this font info in the cache?
protected static java.lang.String FontCache.getCacheKey(EmbedFontInfo fontInfo)
          creates a key given a font info for the font mapping
 

Constructors in org.apache.fop.fonts with parameters of type EmbedFontInfo
CachedFontInfo(EmbedFontInfo fontInfo)
          Constructor
LazyFont(EmbedFontInfo fontInfo, FontResolver resolver)
          Main constructor
 

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

Methods in org.apache.fop.fonts.autodetect that return EmbedFontInfo
 EmbedFontInfo FontInfoFinder.find(java.net.URL fontUrl, FontResolver resolver, FontCache fontCache)
          Attempts to determine EmbedFontInfo from a given font file.
 

Uses of EmbedFontInfo in org.apache.fop.render
 

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