Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.fonts.autodetect |
A collection of classes that aid in the autodetection of installed system fonts.
|
org.apache.fop.tools.fontlist |
Modifier and Type | Class and Description |
---|---|
class |
FontEventAdapter
Event listener interface for font-related events.
|
Modifier and Type | Field and Description |
---|---|
protected FontEventListener |
Typeface.eventListener
An optional event listener that receives events such as missing glyphs etc.
|
Modifier and Type | Method and Description |
---|---|
void |
FontManager.autoDetectFonts(boolean autoDetectFonts,
FontAdder fontAdder,
boolean strict,
FontEventListener listener,
java.util.List<EmbedFontInfo> fontInfoList)
Detect fonts from the operating system via FOPs autodetect mechanism.
|
void |
FontDetector.detect(FontManager fontManager,
FontAdder fontAdder,
boolean strict,
FontEventListener eventListener,
java.util.List<EmbedFontInfo> fontInfoList) |
void |
FontInfo.setEventListener(FontEventListener listener)
Sets the font event listener that can be used to receive events about particular events
in this class.
|
void |
Typeface.setEventListener(FontEventListener listener)
Sets the font event listener that can be used to receive events about particular events
in this class.
|
Constructor and Description |
---|
DefaultFontConfigurator(FontManager fontManager,
FontEventListener listener,
boolean strict)
Main constructor
|
FontAdder(FontManager manager,
InternalResourceResolver resourceResolver,
FontEventListener listener)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
void |
FontInfoFinder.setEventListener(FontEventListener listener)
Sets the font event listener that can be used to receive events about particular events
in this class.
|
Constructor and Description |
---|
FontFileFinder(FontEventListener listener)
Default constructor
|
FontFileFinder(int depthLimit,
FontEventListener listener)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap |
FontListGenerator.listFonts(FopFactory fopFactory,
java.lang.String mime,
FontEventListener listener)
List all fonts configured for a particular output format (identified by MIME type).
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.