Class WindowsFontDirFinder
java.lang.Object
org.docx4j.fonts.fop.fonts.autodetect.WindowsFontDirFinder
- All Implemented Interfaces:
FontDirFinder
public class WindowsFontDirFinder extends java.lang.Object implements FontDirFinder
FontFinder for native Windows platforms
-
Constructor Summary
Constructors Constructor Description WindowsFontDirFinder() -
Method Summary
Modifier and Type Method Description java.util.List<java.io.File>find()Finds a list of font files.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WindowsFontDirFinder
public WindowsFontDirFinder()
-
-
Method Details
-
find
public java.util.List<java.io.File> find()Finds a list of font files.- Specified by:
findin interfaceFontDirFinder- Returns:
- a list of detected font files
-