Class UnixFontDirFinder
java.lang.Object
org.apache.fontbox.util.autodetect.NativeFontDirFinder
org.apache.fontbox.util.autodetect.UnixFontDirFinder
- All Implemented Interfaces:
FontDirFinder
Unix font directory finder. This class is based on a class provided by Apache FOP. see
org.apache.fop.fonts.autodetect.UnixFontDirFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
Some guesses at possible unix font directory locations.Methods inherited from class org.apache.fontbox.util.autodetect.NativeFontDirFinder
find
-
Constructor Details
-
UnixFontDirFinder
public UnixFontDirFinder()
-
-
Method Details
-
getSearchableDirectories
Some guesses at possible unix font directory locations.- Specified by:
getSearchableDirectories
in classNativeFontDirFinder
- Returns:
- a list of possible font locations
-