Uses of Interface
org.apache.fop.fonts.FontEventListener
Packages that use FontEventListener
Package
Description
Classes for font handling.
A collection of classes that aid in the autodetection of installed system fonts.
-
Uses of FontEventListener in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontEventListenerModifier and TypeClassDescriptionclass
Event listener interface for font-related events.Fields in org.apache.fop.fonts declared as FontEventListenerModifier and TypeFieldDescriptionprivate FontEventListener
FontInfo.eventListener
Event listener for font eventsprotected FontEventListener
Typeface.eventListener
An optional event listener that receives events such as missing glyphs etc.private final FontEventListener
DefaultFontConfigurator.listener
private final FontEventListener
FontAdder.listener
Methods in org.apache.fop.fonts with parameters of type FontEventListenerModifier and TypeMethodDescriptionvoid
FontManager.autoDetectFonts
(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, List<EmbedFontInfo> fontInfoList) Detect fonts from the operating system via FOPs autodetect mechanism.void
FontDetector.detect
(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) void
FontDetectorFactory.DefaultFontDetector.detect
(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) Detect installed fonts on the systemvoid
FontDetectorFactory.DisabledFontDetector.detect
(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, 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.Constructors in org.apache.fop.fonts with parameters of type FontEventListenerModifierConstructorDescriptionDefaultFontConfigurator
(FontManager fontManager, FontEventListener listener, boolean strict) Main constructorFontAdder
(FontManager manager, InternalResourceResolver resourceResolver, FontEventListener listener) Main constructor -
Uses of FontEventListener in org.apache.fop.fonts.autodetect
Fields in org.apache.fop.fonts.autodetect declared as FontEventListenerModifier and TypeFieldDescriptionprivate final FontEventListener
FontFileFinder.eventListener
private FontEventListener
FontInfoFinder.eventListener
Methods in org.apache.fop.fonts.autodetect with parameters of type FontEventListenerModifier and TypeMethodDescriptionvoid
FontInfoFinder.setEventListener
(FontEventListener listener) Sets the font event listener that can be used to receive events about particular events in this class.Constructors in org.apache.fop.fonts.autodetect with parameters of type FontEventListenerModifierConstructorDescriptionFontFileFinder
(int depthLimit, FontEventListener listener) ConstructorFontFileFinder
(FontEventListener listener) Default constructor -
Uses of FontEventListener in org.apache.fop.tools.fontlist
Methods in org.apache.fop.tools.fontlist with parameters of type FontEventListenerModifier and TypeMethodDescriptionFontListGenerator.listFonts
(FopFactory fopFactory, String mime, FontEventListener listener) List all fonts configured for a particular output format (identified by MIME type).private FontInfo
FontListGenerator.setupFonts
(FopFactory fopFactory, String mime, FontEventListener listener)