Class WindowsFontDirFinder
- java.lang.Object
-
- com.tom_roush.fontbox.util.autodetect.WindowsFontDirFinder
-
- All Implemented Interfaces:
FontDirFinder
public class WindowsFontDirFinder extends Object implements FontDirFinder
FontFinder for native Windows platforms. This class is based on a class provided by Apache FOP. see com.tom_roush.fop.fonts.autodetect.WindowsFontDirFinder
-
-
Constructor Summary
Constructors Constructor Description WindowsFontDirFinder()
-
-
-
Method Detail
-
find
public List<File> find()
Finds a list of font files.- Specified by:
findin interfaceFontDirFinder- Returns:
- a list of detected font files
-
-