|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FontEventProducer
Event producer for fonts-related events.
Nested Class Summary | |
---|---|
static class |
FontEventProducer.Provider
Provider class for the event producer. |
Method Summary | |
---|---|
void |
fontLoadingErrorAtAutoDetection(java.lang.Object source,
java.lang.String fontURL,
java.lang.Exception e)
An error occurred while loading a font for auto-detection. |
void |
fontSubstituted(java.lang.Object source,
FontTriplet requested,
FontTriplet effective)
Notifies about a font being substituted as the requested one isn't available. |
void |
glyphNotAvailable(java.lang.Object source,
char ch,
java.lang.String fontName)
A glyph has been requested that is not available in the font. |
Method Detail |
---|
void fontSubstituted(java.lang.Object source, FontTriplet requested, FontTriplet effective)
source
- the event sourcerequested
- the requested font tripleteffective
- the effective font tripletvoid fontLoadingErrorAtAutoDetection(java.lang.Object source, java.lang.String fontURL, java.lang.Exception e)
source
- the event sourcefontURL
- the font URLe
- the original exceptionvoid glyphNotAvailable(java.lang.Object source, char ch, java.lang.String fontName)
source
- the event sourcech
- the character for which the glyph isn't availablefontName
- the name of the font
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |