org.apache.fop.fonts.autodetect
Class NativeFontDirFinder
java.lang.Object
org.apache.fop.fonts.autodetect.NativeFontDirFinder
- FontFinder
public abstract class NativeFontDirFinder
extends java.lang.Object
Native font finder base class
List | find() - Generic method used by Mac and Unix font finders.
|
protected abstract String[] | getSearchableDirectories() - Returns an array of directories to search for fonts in.
|
find
public List find()
Generic method used by Mac and Unix font finders.
- find in interface FontFinder
- list of natively existing font directories
getSearchableDirectories
protected abstract String[] getSearchableDirectories()
Returns an array of directories to search for fonts in.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.