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

@@ -165,6 +165,7 @@ public class Fontastic {
//m_engine.fireAction();
//m_engine.addDefaultGlyphs();
List<GlyphFile> glyphFiles = new ArrayList<>(glyphs.size());
for (FGlyph glyph : glyphs) {
m_engine.checkUnicodeBlock(glyph.getGlyphChar());
@@ -199,8 +200,10 @@ public class Fontastic {
glyphFile.addContour(econtour);
}
glyphFile.saveGlyphFile();
glyphFiles.add(glyphFile);
}
m_engine.getTypeface().addRequiredGlyphs();
m_engine.buildTrueType(false);