fop 2.1

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

Packages that use FontConfig
org.apache.fop.fonts Classes for font handling. 
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. 
org.apache.fop.render.intermediate   
 

Uses of FontConfig in org.apache.fop.fonts
 

Classes in org.apache.fop.fonts that implement FontConfig
 class DefaultFontConfig
          The font configuration data for the more generic fonts such as TTF and Type1, that are used by most the renderers.
 

Methods in org.apache.fop.fonts that return FontConfig
 FontConfig FontConfig.FontConfigParser.parse(org.apache.avalon.framework.configuration.Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)
          Parse the font configuration and return an object containing all the necessary data.
 FontConfig DefaultFontConfig.DefaultFontConfigParser.parse(org.apache.avalon.framework.configuration.Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)
          Parse the font configuration and return an object containing all the necessary data.
 

Methods in org.apache.fop.fonts with parameters of type FontConfig
 java.util.List<EmbedFontInfo> DefaultFontConfigurator.configure(FontConfig fontInfoConfig)
          Initializes font info settings from the user configuration
 java.util.List<T> FontConfigurator.configure(FontConfig fontInfoConfig)
          Initializes font info settings from the user configuration
 

Uses of FontConfig in org.apache.fop.render
 

Methods in org.apache.fop.render that return FontConfig
 FontConfig RendererConfig.getFontInfoConfig()
          Returns the render-specific font configuration information.
 

Uses of FontConfig in org.apache.fop.render.afp
 

Classes in org.apache.fop.render.afp that implement FontConfig
 class AFPFontConfig
          The config object for AFP fonts, these differ from the the more generic fonts (TTF and Type1).
 

Uses of FontConfig in org.apache.fop.render.intermediate
 

Methods in org.apache.fop.render.intermediate that return FontConfig
 FontConfig IFRendererConfig.getFontInfoConfig()
           
 


fop 2.1

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