BOOL CreatePointFont(
   int nPointSize,
   LPCTSTR lpszFaceName,
   CDC* pDC = NULL 
);
 Parameters
nPointSize
Requested font height in tenths of a point. (For instance, pass 120 to request a 12-point font.) 
你传递个240试试