绘制字符(不太满意)

This commit is contained in:
2022-04-24 02:31:42 +08:00
parent 3bdafc7e35
commit 6583312298
12 changed files with 150 additions and 69 deletions

View File

@@ -64,6 +64,17 @@ static std::map<std::string, int>DargonModel_STL;
#endif
//绘制汉字结构体
struct DrawCodestruct
{
std::string str;
int Xpos;
int Ypos;
int Color;
};
class STL
{