摘要: 效果图: 前面字体是个透明窗口 后面是桌面背景 代码实现: void MyMainDialog::TextPathWindow(LPCTSTR lpShowText) { HDC hdc = GetDC(m_hWnd); // 创建字体,并选入当前DC中 HFONT hfont = CreateFo 阅读全文
posted @ 2022-06-16 21:37 初吻给了烟灬 阅读(300) 评论(0) 推荐(0)