fop 1.0

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. 
 

Uses of EmbedFontInfo in org.apache.fop.fonts
 

Methods in org.apache.fop.fonts that return EmbedFontInfo
 EmbedFontInfo[] FontCache.getFontInfos(java.lang.String embedUrl, long lastModified)
          Returns the EmbedFontInfo instances belonging to a font file.
protected  EmbedFontInfo FontInfoConfigurator.getFontInfo(org.apache.avalon.framework.configuration.Configuration fontCfg, FontCache fontCache)
          Returns a font info from a font node Configuration definition
 

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

Constructors in org.apache.fop.fonts with parameters of type EmbedFontInfo
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.
 


fop 1.0

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