MFC如何修改MAINFRAME的字体?
修改控件时在OnInitialUpdate()加入的以下代码LOGFONTlf;//UsedtocreatetheCFont.memset(&lf,0,sizeof(LO...
修改控件时在OnInitialUpdate()加入的以下代码
LOGFONT lf; // Used to create the CFont.
memset(&lf, 0, sizeof(LOGFONT)); // Clear out structure.
lf.lfHeight = 20; // Request a 20-pixel-high font
m_font.CreateFontIndirect(&lf); // Create the font.
GetDlgItem(ID_EDIT)->SetFont(&m_font);
请问如果修改MAINFRAME里的字体的话,这么做有用么?
应该怎么做呢,谢谢了! 展开
LOGFONT lf; // Used to create the CFont.
memset(&lf, 0, sizeof(LOGFONT)); // Clear out structure.
lf.lfHeight = 20; // Request a 20-pixel-high font
m_font.CreateFontIndirect(&lf); // Create the font.
GetDlgItem(ID_EDIT)->SetFont(&m_font);
请问如果修改MAINFRAME里的字体的话,这么做有用么?
应该怎么做呢,谢谢了! 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询