Thankyou for your reply. I corrected as below.
Below is a sample line cut and pasted here from my outlook
Ã¥´ëºñÃ¥ÀÌ ÀÖÀ»±î¿ä??
Here is my corrected code ?
How can I select the font ?Code:wchar_t wchBuff[100]; wchBuff[0] = 0xcc45; wchBuff[1] = 0xb300; wchBuff[2] = 0xbe44; wchBuff[3] = 0xc774; wchBuff[4] = 0x00; wchBuff[5] = 0x00; CDC *pCDC = GetDC(); TextOutW (pDC->m_hDC, 0,0, wchBuff, 3); MessageBoxW(NULL,wchBuff,NULL,MB_OK);
What font I have to select ?
Thanks for your helps
Anita Eugene




Reply With Quote