原生绘制字符(满意一般)

This commit is contained in:
2022-04-24 18:02:17 +08:00
parent 6583312298
commit bf57a0ad7a
5 changed files with 111 additions and 15 deletions

View File

@@ -67,7 +67,7 @@ static std::map<std::string, int>DargonModel_STL;
//绘制汉字结构体
struct DrawCodestruct
{
std::string str;
wchar_t* str;
int Xpos;
int Ypos;
int Color;