mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 03:05:39 +00:00
font export fix
This commit is contained in:
@@ -137,7 +137,7 @@ public class FontExporter {
|
||||
ttfFile = File.createTempFile("ffdec_export", ".ttf");
|
||||
}
|
||||
|
||||
String fontName = t.getFontNameIntag();
|
||||
String fontName = Helper.makeFileName(t.getFontNameIntag());
|
||||
if (fontName.length() == 0) {
|
||||
fontName = "noname";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user