-
CFont* pFont = CFont::FromHandle(HFONT값);if(pFont){ LOGFONT lf={0,}; pFont->GetLogFont(&lf); TCHAR* pszFontName = lf.lfFaceName; }