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.
|
public java.util.List<java.io.File> find()
find
in interface FontDirFinder
protected abstract java.lang.String[] getSearchableDirectories()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.