diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/input_method/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<IFont> font = graphics_factory->CreateFont(u"Serif", 30); + std::shared_ptr<IFont> font = graphics_factory->CreateFont(String{}, 30); float window_width = 10000; |