修改为filesystem作为路径参数类型
This commit is contained in:
@@ -16,7 +16,7 @@ int main(int argc, char* argv[]) {
|
||||
manager.add_font(L"C:/Windows/Fonts/seguiemj.ttf");
|
||||
|
||||
const auto& text_block = std::make_shared<mtext_block>();
|
||||
text_block->set_text(U"Hello, World! 你好,世界!🥶😅😎");
|
||||
text_block->set_text(U"Hello, World! 你好,世界!🥶");
|
||||
|
||||
const auto& text_block2 = std::make_shared<mtext_block>();
|
||||
text_block2->set_text(U"Hello, World!");
|
||||
|
||||
Reference in New Issue
Block a user