Class NativeFontDirFinder

java.lang.Object
org.apache.fop.fonts.autodetect.NativeFontDirFinder
All Implemented Interfaces:
FontDirFinder
Direct Known Subclasses:
MacFontDirFinder, UnixFontDirFinder

public abstract class NativeFontDirFinder extends Object implements FontDirFinder
Native font finder base class
  • Constructor Details

    • NativeFontDirFinder

      public NativeFontDirFinder()
  • Method Details

    • find

      public List<File> find()
      Generic method used by Mac and Unix font finders.
      Specified by:
      find in interface FontDirFinder
      Returns:
      list of natively existing font directories list of font files.
    • getSearchableDirectories

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