org.apache.fop.fonts.autodetect

Class NativeFontDirFinder

Implemented Interfaces:
FontFinder
Known Direct Subclasses:
MacFontDirFinder, UnixFontDirFinder

public abstract class NativeFontDirFinder
extends java.lang.Object
implements FontFinder

Native font finder base class

Method Summary

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.

Method Details

find

public List find()
Generic method used by Mac and Unix font finders.
Specified by:
find in interface FontFinder
Returns:
list of natively existing font directories

getSearchableDirectories

protected abstract String[] getSearchableDirectories()
Returns an array of directories to search for fonts in.
Returns:
an array of directories

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.