Interface FontDirFinder
-
- All Known Implementing Classes:
AndroidFontDirFinder,MacFontDirFinder,NativeFontDirFinder,OS400FontDirFinder,UnixFontDirFinder,WindowsFontDirFinder
public interface FontDirFinderImplementers provide find method for searching native operating system for available fonts. This class is based on a class provided by Apache FOP. See com.tom_roush.fop.fonts.autodetect.FontDirFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<File>find()Finds a list of font files.
-