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
Modifier and Type Method Description java.util.Listfind()Finds a list of font files.
-
Method Details
-
find
java.util.List find() throws java.io.IOExceptionFinds 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.
- Throws:
java.io.IOException- In case of an I/O problem
-