Class OS400FontDirFinder
- java.lang.Object
-
- com.tom_roush.fontbox.util.autodetect.NativeFontDirFinder
-
- com.tom_roush.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 String[]getSearchableDirectories()Returns an array of directories to search for fonts in.-
Methods inherited from class com.tom_roush.fontbox.util.autodetect.NativeFontDirFinder
find
-
-
-
-
Method Detail
-
getSearchableDirectories
protected String[] getSearchableDirectories()
Description copied from class:NativeFontDirFinderReturns an array of directories to search for fonts in.- Specified by:
getSearchableDirectoriesin classNativeFontDirFinder- Returns:
- an array of directories
-
-