Interface FontFinder

  • All Known Implementing Classes:
    FontFileFinder

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

      • find

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