mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 15:14:49 +00:00
Issue #389 Selecting font face while characters import
Issue #701 Importing from TTF file Improved Font panel / Font embed dialog Reloading installed fonts for other than windows systems Removed xito Table Layout, using Oracle Table Layout instead
This commit is contained in:
@@ -162,7 +162,6 @@ public class Fontastic {
|
||||
*/
|
||||
public void buildFont() throws FileNotFoundException {
|
||||
// Create TTF file with doubletype
|
||||
m_engine.getTypeface().addRequiredGlyphs();
|
||||
//m_engine.fireAction();
|
||||
//m_engine.addDefaultGlyphs();
|
||||
|
||||
@@ -202,7 +201,7 @@ public class Fontastic {
|
||||
}
|
||||
glyphFile.saveGlyphFile();
|
||||
}
|
||||
|
||||
m_engine.getTypeface().addRequiredGlyphs();
|
||||
m_engine.buildTrueType(false);
|
||||
|
||||
// End TTF creation
|
||||
|
||||
Reference in New Issue
Block a user