搜索结果
查询Tags标签: textout,共有 3条记录-
win32 Paint[Text]
文本绘制 没有更改过字体,是真的扎心 TextOut(); //功能最弱 INT DrawText(); //TextOut的封装int DrawText(HDC hdc, //处理设备上下文LPCTSTR lpString, //指向要绘制的字符串的指针INT NCOUNT, //字符串长度,以字符为单位LPRECT lpRECT, //指针-&…
2022/7/30 6:23:51 人评论 次浏览 -
将16进制数据输出到控制台textout错误的---
// 将16进制数据输出到控制台 void textout(char * name, unsigned char * p, unsigned short len) {char * pp;unsigned short i;pp = (char*) malloc(1024);for (i = 0; i<1024; i++)pp[i] = 0;// len=strlen(p);for (i = 0; i<len; i++)sprintf(pp + i * 2, &quo…
2021/12/15 23:41:13 人评论 次浏览 -
将16进制数据输出到控制台textout错误的---
// 将16进制数据输出到控制台 void textout(char * name, unsigned char * p, unsigned short len) {char * pp;unsigned short i;pp = (char*) malloc(1024);for (i = 0; i<1024; i++)pp[i] = 0;// len=strlen(p);for (i = 0; i<len; i++)sprintf(pp + i * 2, &quo…
2021/12/15 23:41:13 人评论 次浏览