|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.autodetect.FontInfoFinder
Attempts to determine correct FontInfo
Constructor Summary | |
FontInfoFinder()
|
Method Summary | |
EmbedFontInfo[] |
find(java.net.URL fontUrl,
FontResolver resolver,
FontCache fontCache)
Attempts to determine EmbedFontInfo from a given font file. |
void |
setEventListener(FontEventListener listener)
Sets the font event listener that can be used to receive events about particular events in this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FontInfoFinder()
Method Detail |
public void setEventListener(FontEventListener listener)
listener
- the font event listenerpublic EmbedFontInfo[] find(java.net.URL fontUrl, FontResolver resolver, FontCache fontCache)
fontUrl
- font URL. Assumed to be local.resolver
- font resolver used to resolve fontfontCache
- font cache (may be null)
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |