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 | Description |
---|---|---|
FontManager |
EnvironmentProfile.getFontManager() |
Returns the font manager with restrictions/allowances set for this environment.
|
FontManager |
FopFactory.getFontManager() |
|
FontManager |
FopFactoryBuilder.FopFactoryConfigImpl.getFontManager() |
Returns the font manager.
|
FontManager |
FopFactoryBuilder.getFontManager() |
Returns the
FontManager used for managing the fonts within FOP. |
FontManager |
FopFactoryConfig.getFontManager() |
Returns the font manager.
|
FontManager |
FOUserAgent.getFontManager() |
Modifier and Type | Method | 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 |
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.
|
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.
|
Constructor | Description |
---|---|
DefaultFontConfigurator(FontManager fontManager,
FontEventListener listener,
boolean strict) |
Main constructor
|
FontAdder(FontManager manager,
InternalResourceResolver resourceResolver,
FontEventListener listener) |
Main constructor
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.