Class AndroidFontDirFinder
- java.lang.Object
-
- com.tom_roush.fontbox.util.autodetect.NativeFontDirFinder
-
- com.tom_roush.fontbox.util.autodetect.AndroidFontDirFinder
-
- All Implemented Interfaces:
FontDirFinder
public class AndroidFontDirFinder extends NativeFontDirFinder
-
-
Constructor Summary
Constructors Constructor Description AndroidFontDirFinder()
-
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()
Returns an array of directories to search for fonts in.- Specified by:
getSearchableDirectoriesin classNativeFontDirFinder- Returns:
- an array of directories
-
-