mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 13:54:49 +00:00
Fixed Proper error message when there is no room for new characters in the font (DefineFont1)
Fixed Synchronization problems when adding characters to the font vs its display
This commit is contained in:
@@ -4059,9 +4059,7 @@ public class CommandLineArgumentParser {
|
||||
return false;
|
||||
}
|
||||
|
||||
font.addCharacter(character, f);
|
||||
|
||||
return true;
|
||||
return font.addCharacter(character, f);
|
||||
}
|
||||
}, new TextImportErrorHandler() {
|
||||
private String getTextTagInfo(TextTag textTag) {
|
||||
|
||||
Reference in New Issue
Block a user