I Am The Kind That Like To Program In Pure MFC Code Without Using The Wizard, Cause I Think I Can Learn A Lot From There. Stupid But True.

Here Is The Question:
When I Create A CFont, I Create It Like Everyone Else.
CFont *font;
font = new CFont;
font->CreateFont(~~~~~~~~~);
Button->SetFont(font);


But The Question I Been Having For Sometime But Do Not Dare To Ask Is How To Give The Font A Colour.

Anyone That Really Know MFC, Could You Give Some Help ?
Thanks A lot.