fop 0.94

Uses of Interface
org.apache.fop.fonts.FontResolver

Packages that use FontResolver
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.fonts.truetype Classes for TrueType fonts. 
org.apache.fop.fonts.type1 Classes for Adobe Type 1 fonts. 
org.apache.fop.render Generic renderer interface. 
 

Uses of FontResolver in org.apache.fop.fonts
 

Fields in org.apache.fop.fonts declared as FontResolver
protected  FontResolver FontLoader.resolver
          the FontResolver to use for font URI resolution
 

Methods in org.apache.fop.fonts that return FontResolver
static FontResolver FontSetup.createMinimalFontResolver()
           
 

Methods in org.apache.fop.fonts with parameters of type FontResolver
static void FontSetup.addConfiguredFonts(FontInfo fontInfo, java.util.List fontInfoList, int num, FontResolver resolver)
          Add fonts from configuration file starting with internal name F.
static CustomFont FontLoader.loadFont(java.io.File fontFile, FontResolver resolver)
          Loads a custom font from a File.
static CustomFont FontLoader.loadFont(java.lang.String fontFileURI, FontResolver resolver)
          Loads a custom font from a URI.
protected static CustomFont FontLoader.loadFontFromInputStream(java.lang.String fontFileURI, FontResolver resolver, boolean isType1, java.io.InputStream in)
          Loads and returns a font given an input stream.
 void FontReader.setResolver(FontResolver resolver)
          Sets the font resolver.
 void CustomFont.setResolver(FontResolver resolver)
          Sets the font resolver.
static void FontSetup.setup(FontInfo fontInfo, java.util.List embedList, FontResolver resolver)
          Sets up the font info object.
static void FontSetup.setup(FontInfo fontInfo, java.util.List embedList, FontResolver resolver, boolean enableBase14Kerning)
          Sets up the font info object.
 

Constructors in org.apache.fop.fonts with parameters of type FontResolver
FontLoader(java.lang.String fontFileURI, java.io.InputStream in, FontResolver resolver)
          Default constructor.
LazyFont(EmbedFontInfo fontInfo, FontResolver resolver)
          Main constructor
 

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

Methods in org.apache.fop.fonts.autodetect with parameters of type FontResolver
 EmbedFontInfo FontInfoFinder.find(java.io.File fontFile, FontResolver resolver, FontCache fontCache)
          Attempts to determine EmbedFontInfo from a given font file.
 

Uses of FontResolver in org.apache.fop.fonts.truetype
 

Constructors in org.apache.fop.fonts.truetype with parameters of type FontResolver
TTFFontLoader(java.lang.String fontFileURI, java.io.InputStream in, FontResolver resolver)
          Default constructor
 

Uses of FontResolver in org.apache.fop.fonts.type1
 

Constructors in org.apache.fop.fonts.type1 with parameters of type FontResolver
Type1FontLoader(java.lang.String fontFileURI, java.io.InputStream in, FontResolver resolver)
          Constructs a new Type 1 font loader.
 

Uses of FontResolver in org.apache.fop.render
 

Classes in org.apache.fop.render that implement FontResolver
 class DefaultFontResolver
          Default FontResolver implementation which uses the FOUserAgent to resolve font URIs.
 

Fields in org.apache.fop.render declared as FontResolver
protected  FontResolver PrintRenderer.fontResolver
          Font resolver
 

Methods in org.apache.fop.render that return FontResolver
 FontResolver PrintRenderer.getFontResolver()
          Get FontResolver
 

Methods in org.apache.fop.render with parameters of type FontResolver
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.94

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