Class UnixFontDirFinder
java.lang.Object
org.docx4j.fonts.fop.fonts.autodetect.NativeFontDirFinder
org.docx4j.fonts.fop.fonts.autodetect.UnixFontDirFinder
- All Implemented Interfaces:
FontFinder
public class UnixFontDirFinder extends NativeFontDirFinder
Unix font directory finder
-
Constructor Summary
Constructors Constructor Description UnixFontDirFinder() -
Method Summary
Modifier and Type Method Description protected java.lang.String[]getSearchableDirectories()Some guesses at possible unix font directory locations
-
Constructor Details
-
UnixFontDirFinder
public UnixFontDirFinder()
-
-
Method Details
-
getSearchableDirectories
protected java.lang.String[] getSearchableDirectories()Some guesses at possible unix font directory locations- Specified by:
getSearchableDirectoriesin classNativeFontDirFinder- Returns:
- a list of possible font locations
-