Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFontConfig
The font configuration data for the more generic fonts such as TTF and Type1, that are used by
most the renderers.
|
Modifier and Type | Method and Description |
---|---|
FontConfig |
DefaultFontConfig.DefaultFontConfigParser.parse(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(Configuration cfg,
FontManager fontManager,
boolean strict,
EventProducer eventProducer)
Parse the font configuration and return an object containing all the necessary data.
|
Modifier and Type | Method and Description |
---|---|
List<EmbedFontInfo> |
DefaultFontConfigurator.configure(FontConfig fontInfoConfig)
Initializes font info settings from the user configuration
|
List<T> |
FontConfigurator.configure(FontConfig fontInfoConfig)
Initializes font info settings from the user configuration
|
Modifier and Type | Method and Description |
---|---|
FontConfig |
RendererConfig.getFontInfoConfig()
Returns the render-specific font configuration information.
|
Modifier and Type | Class and Description |
---|---|
class |
AFPFontConfig
The config object for AFP fonts, these differ from the the more generic fonts (TTF and Type1).
|
Modifier and Type | Method and Description |
---|---|
FontConfig |
IFRendererConfig.getFontInfoConfig() |
Copyright © 2025 Apache Software Foundation. All rights reserved.