public interface FontEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
fontLoadingErrorAtAutoDetection(Object source,
String fontURL,
Exception e)
An error occurred while loading a font for auto-detection.
|
void |
fontSubstituted(Object source,
FontTriplet requested,
FontTriplet effective)
Notifies about a font being substituted as the requested one isn't available.
|
void |
glyphNotAvailable(Object source,
char ch,
String fontName)
A glyph has been requested that is not available in the font.
|
void fontSubstituted(Object source, FontTriplet requested, FontTriplet effective)
source - the event sourcerequested - the requested font tripleteffective - the effective font tripletvoid fontLoadingErrorAtAutoDetection(Object source, String fontURL, Exception e)
source - the event sourcefontURL - the font URLe - the original exceptionCopyright © 2007-2020. All Rights Reserved.