FontDirFinderMacFontDirFinder, UnixFontDirFinderpublic abstract class NativeFontDirFinder extends Object implements FontDirFinder
| Constructor | Description |
|---|---|
NativeFontDirFinder() |
| Modifier and Type | Method | Description |
|---|---|---|
List<File> |
find() |
Generic method used by Mac and Unix font finders.
|
protected abstract String[] |
getSearchableDirectories() |
Returns an array of directories to search for fonts in.
|
public List<File> find()
find in interface FontDirFinderprotected abstract String[] getSearchableDirectories()
Copyright © 2008–2018. All rights reserved.