Package org.apache.fop.fonts.substitute
Class FontSubstitutionsConfigurator
- java.lang.Object
-
- org.apache.fop.fonts.substitute.FontSubstitutionsConfigurator
-
public class FontSubstitutionsConfigurator extends java.lang.ObjectConfigures a font substitution catalog
-
-
Constructor Summary
Constructors Constructor Description FontSubstitutionsConfigurator(Configuration cfg)Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(FontSubstitutions substitutions)Configures a font substitution catalog
-
-
-
Constructor Detail
-
FontSubstitutionsConfigurator
public FontSubstitutionsConfigurator(Configuration cfg)
Main constructor- Parameters:
cfg- a configuration
-
-
Method Detail
-
configure
public void configure(FontSubstitutions substitutions) throws FOPException
Configures a font substitution catalog- Parameters:
substitutions- font substitutions- Throws:
FOPException- if something's wrong with the config data
-
-