faster font export (removed undo support, do not save dozens of temp files during export), to be continued...

This commit is contained in:
honfika@gmail.com
2015-03-28 19:18:52 +01:00
parent 0e601200f0
commit fe83a17aae
8 changed files with 2639 additions and 2887 deletions

View File

@@ -263,6 +263,7 @@ public class FontExporter {
WritableFontData woffData = w.convert(font);
woffData.copyTo(fos);
}
ttfFile.delete();
}
}