mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 15:14:49 +00:00
faster font export (removed undo support, do not save dozens of temp files during export), to be continued...
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user