System.out
.println("Error while creating WOFF File. TTF file could not be read: "
+ getTTFfilename());
e.printStackTrace();
}
Font font = fontArray[0];
try {
FileOutputStream fos = new FileOutputStream(outputFile);
WoffWriter w = new WoffWriter();
WritableFontData woffData = w.convert(font);