Hello,
I seem to be looking in all the wrong places.
I need the system setting for tooltip/hint/info font and size.
The colors fore/back are
m_clrBkColor = ::GetSysColor(COLOR_INFOBK);
m_clrFrameColor = RGB(0,0,0); // black
m_clrTextColor = ::GetSysColor(COLOR_INFOTEXT);

How do I get the font settings?

Thanx
David Giovannini