mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 12:30:46 +00:00
setting for including the version number in the exported fonts for debugging (to generate exactly the same binary TTF files)
This commit is contained in:
@@ -198,6 +198,10 @@ public class Configuration {
|
||||
@ConfigurationCategory("debug")
|
||||
public static final ConfigurationItem<Boolean> dumpTags = null;
|
||||
|
||||
@ConfigurationDefaultBoolean(true)
|
||||
@ConfigurationCategory("debug")
|
||||
public static final ConfigurationItem<Boolean> setFFDecVersionInExportedFont = null;
|
||||
|
||||
@ConfigurationDefaultInt(60)
|
||||
@ConfigurationCategory("limit")
|
||||
public static final ConfigurationItem<Integer> decompilationTimeoutSingleMethod = null;
|
||||
|
||||
Reference in New Issue
Block a user