Interface FontDirFinder

All Known Implementing Classes:
MacFontDirFinder, NativeFontDirFinder, UnixFontDirFinder, WindowsFontDirFinder

public interface FontDirFinder
Implementers provide find method for searching native operating system for available fonts.
  • Method Summary

    Modifier and Type
    Method
    Description
    Finds a list of font files.
  • Method Details