Uses of Interface
org.docx4j.fonts.fop.fonts.FontEventListener
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.autodetect |
A collection of classes that aid in the autodetection of installed system fonts.
|
-
Uses of FontEventListener in org.docx4j.fonts.fop.fonts
Fields in org.docx4j.fonts.fop.fonts declared as FontEventListener Modifier and Type Field Description protected FontEventListenerTypeface. eventListenerAn optional event listener that receives events such as missing glyphs etc.Methods in org.docx4j.fonts.fop.fonts with parameters of type FontEventListener Modifier and Type Method Description 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. -
Uses of FontEventListener in org.docx4j.fonts.fop.fonts.autodetect
Methods in org.docx4j.fonts.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.