[+] Some font features

This commit is contained in:
Clansty
2024-10-02 23:28:33 +08:00
parent bae5a7c838
commit ac375abf5e
6 changed files with 84 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ namespace AquaMai
public bool LoadLocalBga { get; set; }
public bool TestProof { get; set; }
public bool HideSelfMadeCharts { get; set; }
public bool CustomFont { get; set; }
public string CustomVersionString { get; set; } = "";
public string CustomPlaceName { get; set; } = "";
public string ExecOnIdle { get; set; } = "";
@@ -53,6 +54,7 @@ namespace AquaMai
public bool ForcePaidPlay { get; set; }
public int ExtendNotesPool { get; set; }
public bool FrameRateLock { get; set; }
public bool FontFix { get; set; }
}
public class UtilsConfig