| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| 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,
List<EmbedFontInfo> fontInfoList) |
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 |
|---|
DefaultFontConfigurator(FontManager fontManager,
FontEventListener listener,
boolean strict)
Main constructor
|
FontAdder(FontManager manager,
InternalResourceResolver resourceResolver,
FontEventListener listener)
Main constructor
|
Copyright © 2007-2022. All Rights Reserved.