Class OS400FontDirFinder
- java.lang.Object
-
- org.apache.fontbox.util.autodetect.NativeFontDirFinder
-
- org.apache.fontbox.util.autodetect.OS400FontDirFinder
-
- All Implemented Interfaces:
FontDirFinder
public class OS400FontDirFinder extends NativeFontDirFinder
Font finder for OS/400 systems.
-
-
Constructor Summary
Constructors Constructor Description OS400FontDirFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[]
getSearchableDirectories()
Returns an array of directories to search for fonts in.-
Methods inherited from class org.apache.fontbox.util.autodetect.NativeFontDirFinder
find
-
-
-
-
Method Detail
-
getSearchableDirectories
protected java.lang.String[] getSearchableDirectories()
Description copied from class:NativeFontDirFinder
Returns an array of directories to search for fonts in.- Specified by:
getSearchableDirectories
in classNativeFontDirFinder
- Returns:
- an array of directories
-
-