Uses of Interface
org.apache.fop.fonts.FontEventListener
-
Packages that use FontEventListener 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 -
-
Uses of FontEventListener in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontEventListener Modifier and Type Class Description classFontEventAdapterEvent listener interface for font-related events.Fields in org.apache.fop.fonts declared as FontEventListener Modifier and Type Field Description private FontEventListenerFontInfo. eventListenerEvent listener for font eventsprotected FontEventListenerTypeface. eventListenerAn optional event listener that receives events such as missing glyphs etc.private FontEventListenerDefaultFontConfigurator. listenerprivate FontEventListenerFontAdder. listenerMethods in org.apache.fop.fonts with parameters of type FontEventListener Modifier and Type Method Description voidFontManager. autoDetectFonts(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, java.util.List<EmbedFontInfo> fontInfoList)Detect fonts from the operating system via FOPs autodetect mechanism.voidFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)voidFontDetectorFactory.DefaultFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)Detect installed fonts on the systemvoidFontDetectorFactory.DisabledFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)voidFontInfo. setEventListener(FontEventListener listener)Sets the font event listener that can be used to receive events about particular events in this class.voidTypeface. 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 FontEventListener Constructor Description DefaultFontConfigurator(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 FontEventListener Modifier and Type Field Description private FontEventListenerFontFileFinder. eventListenerprivate FontEventListenerFontInfoFinder. eventListenerMethods in org.apache.fop.fonts.autodetect with parameters of type FontEventListener Modifier and Type Method Description voidFontInfoFinder. 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 FontEventListener Constructor Description FontFileFinder(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 FontEventListener Modifier and Type Method Description java.util.SortedMapFontListGenerator. listFonts(FopFactory fopFactory, java.lang.String mime, FontEventListener listener)List all fonts configured for a particular output format (identified by MIME type).private FontInfoFontListGenerator. setupFonts(FopFactory fopFactory, java.lang.String mime, FontEventListener listener)
-