修改为filesystem作为路径参数类型

This commit is contained in:
2025-04-01 17:57:17 +08:00
parent 7206c04a71
commit 4036ee2ded
11 changed files with 151 additions and 24 deletions

View File

@@ -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!");