Commit bc73e615 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@56302 954022d7-b5bf-4e40-9824-e11837661b57
parent 753c016a
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -576,7 +576,6 @@ typedef struct FD_FontMapRecW_\n\ ...@@ -576,7 +576,6 @@ typedef struct FD_FontMapRecW_\n\
CString strConstant2 = _T("typedef struct FD_Font_Rec\n\ CString strConstant2 = _T("typedef struct FD_Font_Rec\n\
{\n\ {\n\
const char* m_name;\n\ const char* m_name;\n\
int m_name_index;\n\
\n\ \n\
long m_lIndex;\n\ long m_lIndex;\n\
\n\ \n\
...@@ -618,11 +617,8 @@ typedef struct FD_FontMapRecW_\n\ ...@@ -618,11 +617,8 @@ typedef struct FD_FontMapRecW_\n\
{ {
CWinFontInfo* pInfo = (CWinFontInfo*)m_pList->GetByIndex(k); CWinFontInfo* pInfo = (CWinFontInfo*)m_pList->GetByIndex(k);
int nFontName = 0;
CString sMem = _T(""); CString sMem = _T("");
sMem.Format(_T("\", %d, %d, %d, %d, %d, { %d, %d, %d, %d, %d, %d, %d, %d, %d, %d }, %u, %u, %u, %u, %u, %u, %u, %u, %d, %d, %d, %d, %d, %d, %d, %d }"), sMem.Format(_T("\", %d, %d, %d, %d, { %d, %d, %d, %d, %d, %d, %d, %d, %d, %d }, %u, %u, %u, %u, %u, %u, %u, %u, %d, %d, %d, %d, %d, %d, %d, %d }"),
nFontName,
pInfo->m_lIndex, pInfo->m_lIndex,
pInfo->m_bBold, pInfo->m_bBold,
pInfo->m_bItalic, pInfo->m_bItalic,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment