| Package | Description |
|---|---|
| org.docx4j.fonts.fop.configuration | |
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.substitute |
Font substitution facilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfiguration |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
DefaultConfiguration.getChild(String key) |
Configuration |
Configuration.getChild(String key) |
Configuration |
DefaultConfiguration.getChild(String key,
boolean required) |
Configuration |
Configuration.getChild(String key,
boolean required) |
Configuration[] |
DefaultConfiguration.getChildren(String key) |
Configuration[] |
Configuration.getChildren(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
Configurable.configure(Configuration cfg) |
| Modifier and Type | Method and Description |
|---|---|
static FontTriplet.Matcher |
FontManagerConfigurator.createFontsMatcher(Configuration cfg,
boolean strict)
Creates a font triplet matcher from a configuration object.
|
DefaultFontConfig |
DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg,
boolean strict)
Parses the font configuration and return the configuration object.
|
DefaultFontConfig |
DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg,
boolean strict,
FontEventAdapter eventAdapter) |
FontConfig |
DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg,
FontManager fontManager,
boolean strict,
org.apache.fop.events.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,
org.apache.fop.events.EventProducer eventProducer)
Parse the font configuration and return an object containing all the necessary data.
|
| Constructor and Description |
|---|
FontManagerConfigurator(Configuration cfg,
URI baseURI,
URI fallbackURI,
org.apache.xmlgraphics.io.ResourceResolver resourceResolver)
Main constructor
|
| Constructor and Description |
|---|
FontSubstitutionsConfigurator(Configuration cfg)
Main constructor
|
Copyright © 2007-2022. All Rights Reserved.