Class UnixFontDirFinder
java.lang.Object
org.docx4j.fonts.fop.fonts.autodetect.NativeFontDirFinder
org.docx4j.fonts.fop.fonts.autodetect.UnixFontDirFinder
- All Implemented Interfaces:
FontDirFinder
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 locationsMethods inherited from class org.docx4j.fonts.fop.fonts.autodetect.NativeFontDirFinder
findMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-