FontDirFinder
MacFontDirFinder
, UnixFontDirFinder
public abstract class NativeFontDirFinder extends java.lang.Object implements FontDirFinder
Constructor | Description |
---|---|
NativeFontDirFinder() |
Modifier and Type | Method | 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.
|
getCommonTTFMapping
public java.util.List<java.io.File> find()
find
in interface FontDirFinder
protected abstract java.lang.String[] getSearchableDirectories()
Copyright © 2008–2018. All rights reserved.