Package | Description |
---|---|
org.apache.fop.apps |
Application classes used for running FOP embedded in other applications.
|
org.apache.fop.fonts |
Classes for font handling.
|
Modifier and Type | Method and Description |
---|---|
FontManager |
EnvironmentProfile.getFontManager()
Returns the font manager with restrictions/allowances set for this environment.
|
FontManager |
FopFactoryBuilder.getFontManager()
Returns the
FontManager used for managing the fonts within FOP. |
FontManager |
FopFactoryBuilder.FopFactoryConfigImpl.getFontManager()
Returns the font manager.
|
FontManager |
FopFactory.getFontManager() |
FontManager |
FOUserAgent.getFontManager() |
FontManager |
FopFactoryConfig.getFontManager()
Returns the font manager.
|
Modifier and Type | Method and Description |
---|---|
void |
FontManagerConfigurator.configure(FontManager fontManager,
boolean strict)
Initializes font settings from the user configuration
|
void |
FontDetector.detect(FontManager fontManager,
FontAdder fontAdder,
boolean strict,
FontEventListener eventListener,
java.util.List<EmbedFontInfo> fontInfoList) |
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.
|
Constructor and Description |
---|
DefaultFontConfigurator(FontManager fontManager,
FontEventListener listener,
boolean strict)
Main constructor
|
FontAdder(FontManager manager,
InternalResourceResolver resourceResolver,
FontEventListener listener)
Main constructor
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.