摘要:
//在OnCreate中添加 //设置正常字体 LOGFONT lf; afxGlobalData.fontRegular.GetLogFont(&lf); afxGlobalData.fontRegular.DeleteObject(); lf.lfHeight = -12; lstrcpy(lf.lfFaceName, _T("宋体")); // using without s... 阅读全文
posted @ 2010-02-16 16:24
吾非无心
阅读(511)
评论(0)
推荐(0)