Class WindowsFontDirFinder
java.lang.Object
org.docx4j.fonts.fop.fonts.autodetect.WindowsFontDirFinder
- All Implemented Interfaces:
FontFinder
public class WindowsFontDirFinder extends java.lang.Object implements FontFinder
FontFinder for native Windows platforms
-
Constructor Summary
Constructors Constructor Description WindowsFontDirFinder() -
Method Summary
Modifier and Type Method Description java.util.Listfind()Finds a list of font files.
-
Constructor Details
-
WindowsFontDirFinder
public WindowsFontDirFinder()
-
-
Method Details
-
find
public java.util.List find()Finds a list of font files.- Specified by:
findin interfaceFontFinder- Returns:
- a list of detected font files
-