Add thread-safe font loading requests and integrate FiraCode-Regular font

This commit is contained in:
2025-12-02 23:41:52 -08:00
parent 9f722ec2bb
commit a8197939f8
37 changed files with 307732 additions and 21 deletions

View File

@@ -102,6 +102,8 @@ GUIConfig::LoadFromFile(const std::string &path)
if (v > 0.0f) {
font_size = v;
}
} else if (key == "font") {
font = val;
} else if (key == "theme") {
theme = val;
} else if (key == "background" || key == "bg") {