fop 0.94

org.apache.fop.fonts.autodetect
Interface FontFinder

All Known Implementing Classes:
FontFileFinder, MacFontDirFinder, NativeFontDirFinder, UnixFontDirFinder, WindowsFontDirFinder

public interface FontFinder

Implementers provide find method for searching native operating system for available fonts.


Method Summary
 java.util.List find()
          Finds a list of font files.
 

Method Detail

find

java.util.List find()
                    throws java.io.IOException
Finds a list of font files.

Returns:
list of font files
Throws:
java.io.IOException - In case of an I/O problem

fop 0.94

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.