|
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.FontDetector
public class FontDetector
Detector of operating system and classpath fonts
Constructor Summary | |
---|---|
FontDetector(FontManager manager,
FontAdder adder,
boolean strict)
Main constructor |
Method Summary | |
---|---|
void |
detect(java.util.List fontInfoList)
Detect installed fonts on the system |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FontDetector(FontManager manager, FontAdder adder, boolean strict)
manager
- the font manageradder
- the font adderstrict
- true if an Exception should be thrown if an error is found.Method Detail |
---|
public void detect(java.util.List fontInfoList) throws FOPException
fontInfoList
- a list of fontinfo to populate
FOPException
- thrown if a problem occurred during detection
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |