I derived class CMyButton from CButton and after it button became draw text with system, bold font.
When i am changing current font for button dc(dialog dc) it do nothing.
Only if i am making owner draw button it take affect,but in this case i need to draw entire button.
Did somebody meet this situation?
I will be thanking for answers.
CFont* pFont = GetParent()->GetFont();
select this font to paint dc
and use draw text.
Good Luck