返回顶部

09 2021 档案

摘要:Text 文本 声明 简易 auto text = new Text(L"你好"); 以上代码展示了如何将字符串存入text中。 复杂 auto text = new Text(L"你好", Font(L"宋体", 23, Font::Weight::Thin, true), style ); 以上 阅读全文
posted @ 2021-09-21 09:05 zrc4889 阅读(140) 评论(0) 推荐(0)