diff options
author | crupest <crupest@outlook.com> | 2021-10-26 16:36:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-26 16:36:53 +0800 |
commit | 82431bd0b7e971b956a6a6942538adc8df2ac38c (patch) | |
tree | 95db5351d821b6255c752a0c061c87fce25db092 /src/ui/UiManager.cpp | |
parent | 9dec93315173999c4fb9ab5a0e57909eb5e7fd8b (diff) | |
download | cru-82431bd0b7e971b956a6a6942538adc8df2ac38c.tar.gz cru-82431bd0b7e971b956a6a6942538adc8df2ac38c.tar.bz2 cru-82431bd0b7e971b956a6a6942538adc8df2ac38c.zip |
...
Diffstat (limited to 'src/ui/UiManager.cpp')
-rw-r--r-- | src/ui/UiManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/UiManager.cpp b/src/ui/UiManager.cpp index fde82eed..879ea2e1 100644 --- a/src/ui/UiManager.cpp +++ b/src/ui/UiManager.cpp @@ -40,7 +40,7 @@ UiManager* UiManager::GetInstance() { UiManager::UiManager() { const auto factory = GetGraphicsFactory(); - theme_resource_.default_font_family = u"等线"; + theme_resource_.default_font_family = u""; theme_resource_.default_font = factory->CreateFont(theme_resource_.default_font_family, 24.0f); |