diff options
| author | crupest <crupest@outlook.com> | 2020-07-05 23:06:02 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-07-05 23:06:02 +0800 |
| commit | 5c805e494425a88da1813902b1ad8a1ab351e30d (patch) | |
| tree | be3cfd96dcac19db3e256d610d48b5083c489a6c /src/ui/UiManager.cpp | |
| parent | bbec59718bf8a824583869126762013112f8e568 (diff) | |
| download | cru-5c805e494425a88da1813902b1ad8a1ab351e30d.tar.gz cru-5c805e494425a88da1813902b1ad8a1ab351e30d.tar.bz2 cru-5c805e494425a88da1813902b1ad8a1ab351e30d.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 b8effdfd..b50a9775 100644 --- a/src/ui/UiManager.cpp +++ b/src/ui/UiManager.cpp @@ -30,7 +30,7 @@ UiManager* UiManager::GetInstance() { UiManager::UiManager() { const auto factory = GetGraphFactory(); - theme_resource_.default_font = factory->CreateFont("等线", 24.0f); + theme_resource_.default_font = factory->CreateFont(u"等线", 24.0f); const auto black_brush = std::shared_ptr<platform::graph::ISolidColorBrush>( CreateSolidColorBrush(factory, colors::black)); |
