Package org.apache.fop.fonts.autodetect
Interface FontDirFinder
-
- All Known Implementing Classes:
MacFontDirFinder
,NativeFontDirFinder
,UnixFontDirFinder
,WindowsFontDirFinder
public interface FontDirFinder
Implementers provide find method for searching native operating system for available fonts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.io.File>
find()
Finds a list of font files.
-