I am using a class CFont:

CFont font;
font.CreateFont(12.0,12.0/3,0,0,FW_BOLD,
0,0,0,ANSI_CHARSET,0,0,2,DEFAULT_PITCH,"VC");

Then,I want to change the height of the font.How can I do it?