From 3e84cf013b31c52405a76b8e8778a5991d096290 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 22 Oct 2021 21:42:45 +0800 Subject: ... --- demos/input_method/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/input_method/main.cpp') diff --git a/demos/input_method/main.cpp b/demos/input_method/main.cpp index cc86ce4d..67743239 100644 --- a/demos/input_method/main.cpp +++ b/demos/input_method/main.cpp @@ -31,7 +31,7 @@ int main() { auto target_clause_brush = graphics_factory->CreateSolidColorBrush(); target_clause_brush->SetColor(colors::blue); - std::shared_ptr font = graphics_factory->CreateFont(u"Serif", 30); + std::shared_ptr font = graphics_factory->CreateFont(String{}, 30); float window_width = 10000; -- cgit v1.2.3