|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.FontAdder
public class FontAdder
Adds a list of fonts to a given font info list
Constructor Summary | |
---|---|
FontAdder(FontManager manager,
InternalResourceResolver resourceResolver,
FontEventListener listener)
Main constructor |
Method Summary | |
---|---|
void |
add(java.util.List<java.net.URL> fontURLList,
java.util.List<EmbedFontInfo> fontInfoList)
Iterates over font url list adding to font info list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FontAdder(FontManager manager, InternalResourceResolver resourceResolver, FontEventListener listener)
manager
- a font managerresourceResolver
- a font resolverlistener
- a font event handlerMethod Detail |
---|
public void add(java.util.List<java.net.URL> fontURLList, java.util.List<EmbedFontInfo> fontInfoList) throws java.net.URISyntaxException
fontURLList
- font file listfontInfoList
- a configured font info list
java.net.URISyntaxException
- if a URI syntax error is found
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |