public abstract class NativeFontDirFinder extends Object implements FontDirFinder
Constructor and Description |
---|
NativeFontDirFinder() |
Modifier and Type | Method and 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 FontDirFinder
protected abstract String[] getSearchableDirectories()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.