Set Font for CXTTabCtrl |
Post Reply |
Author | |
douglashogan
Groupie Joined: 02 July 2003 Location: Switzerland Status: Offline Points: 62 |
Post Options
Thanks(0)
Posted: 12 November 2003 at 5:41pm |
Current draw code uses set built in fonts: CXTTabCtrl.cpp void CXTTabCtrlBase::OnDrawTop(CDC *pDC, CRect rcClient, CRect rcItem) pDC->SelectObject(m_bBoldFont ? &xtAfxData.fontBold : &xtAfxData.font); }
I need to specify a different font just for the tab control tabs InitializeFont doesn't seem to help
|
|
Regards
Douglas Hogan |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |