MFDonadeli
2011-10-07 16:59:56 UTC
Hi,
How do I increase font size of a CTextBox.
I try this, but the cursor gets bigger but not the font:
CFont ft;
ft.CreateFont(40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, L"Verdana");
m_txtSize.SetFont(&ft);
Thank for helping
How do I increase font size of a CTextBox.
I try this, but the cursor gets bigger but not the font:
CFont ft;
ft.CreateFont(40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, L"Verdana");
m_txtSize.SetFont(&ft);
Thank for helping