public abstract class NativeFontDirFinder extends java.lang.Object implements FontDirFinder
Constructor and Description |
---|
NativeFontDirFinder() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.io.File> |
find()
Generic method used by Mac and Unix font finders.
|
protected abstract java.lang.String[] |
getSearchableDirectories()
Returns an array of directories to search for fonts in.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommonTTFMapping
public java.util.List<java.io.File> find()
find
in interface FontDirFinder
protected abstract java.lang.String[] getSearchableDirectories()