wchar_t* wszUnicode=NULL; //Unicode編碼的字元
int iLen=MultiByteToWideChar (CP_ACP, 0,"標楷體", -1, NULL,0) ;
wszUnicode=new wchar_t[iLen+1];
MultiByteToWideChar (CP_ACP, 0,"標楷體", -1, wszUnicode,iLen);
//hFont = CreateFont(-(int)(fabs(250*GetDeviceCaps(hSrc,LOGPIXELSY)/72)/10.0+0.5),0,0,0,500,FALSE,FALSE,FALSE,0,0,0,0,0,"標楷體");
hFont = CreateFont(Pixel,0,0,0,500,FALSE,FALSE,FALSE,0,0,0,0,0,"標楷體");
hOldFont=(HFONT)SelectObject(hMemDC,hFont);
CString WordString;
m_WordEditString.GetWindowText(WordString);
TextOut(hMemDC,0,0,WordString,2);
BitBlt(hSrc,0,0, // destination (x,y)