Interface FontFinder

All Known Implementing Classes:
FontFileFinder

public interface FontFinder
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

    • find

      List<URL> find() throws IOException
      Finds a list of font files.
      Returns:
      list of font files.
      Throws:
      IOException - In case of an I/O problem