This commit is contained in:
2026-05-22 15:54:24 +08:00
parent a9497b537d
commit 66a76d651e
152 changed files with 502 additions and 790 deletions
@@ -15,7 +15,7 @@ namespace FairyGUI
/// 4.x: Put the xxx.ttf into /Resources or /Resources/Fonts, and set defaultFont="xxx".
/// 5.x: set defaultFont to system font name(or names joint with comma). e.g. defaultFont="Microsoft YaHei, SimHei"
/// </summary>
public static string defaultFont = "Helvetica";
public static string defaultFont = "LilitaOne-Regular";
[Obsolete("No use anymore")]
public static bool renderingTextBrighterOnDesktop = true;