How to auto resize text to fit into a rectangle winuser.h

后端 未结 0 812
梦毁少年i
梦毁少年i 2020-12-13 02:45

I have this code here to print centered text:

const std::string a= "testddfvdfv dfvdf v";
const CHAR *c = a.c_str();
const RECT b[4] = {x1,y1,x2,y2}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题