set fontsize of static text.....
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
you can use. CFont *m_Font1 = new CFont; m_Font1->CreatePointFont(100,_T("Arial")); m_staticsite.SetFont(m_Font1); :)
-
Win32
) UseWM_SETFONT
[^] message.MFC
) UseSetFont
[^] method. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]