c++ - MFC: Changing font of a List control - Stack Overflow

c++ - MFC: Changing font of a List control - Stack Overflow

瀏覽:995
日期:2025-11-13
Create an appropriate CFont object, and set the control's font by calling SetFont(), passing in the CFont, like so: m_font.CreatePointFont(90 ......看更多