public void parse(InputStream stream, ContentHandler handler,
Metadata metadata, ParseContext context)
throws IOException, SAXException, TikaException {
FontMetric fontMetrics;
AFMParser parser = new AFMParser( stream );
// Have FontBox process the file
parser.parse();
fontMetrics = parser.getResult();
// Get the comments in the file to display in xhtml
List<String> comments = fontMetrics.getComments();
// Get the creation date