org.apache.fop.fonts.autodetect

Interface FontFinder

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

List
find()
Finds a list of font files.

Method Details

find

public List find()
            throws IOException
Finds a list of font files.
Returns:
list of font files. List<URL> in the case of the FontFinder, and List<File> in the case of the FonrDirFinders.

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