Class FontFileFinder
- java.lang.Object
-
- com.tom_roush.fontbox.util.autodetect.FontFileFinder
-
public class FontFileFinder extends Object
Helps to autodetect/locate available operating system fonts. This class is based on a class provided by Apache FOP. see com.tom_roush.fop.fonts.autodetect.FontFileFinder
-
-
Constructor Summary
Constructors Constructor Description FontFileFinder()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<URI>find()Automagically finds a list of font files on local system.List<URI>find(String dir)Searches a given directory for font files.
-