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

Monotype Sorts correct

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@60109 954022d7-b5bf-4e40-9824-e11837661b57
parent 64629865
......@@ -1065,7 +1065,7 @@ static const FD_Font FD_Ascii_Files[FONTS_DICT_ASCII_FONTS_COUNT] =
{"Microsoft YaHei UI", 1, 1, 0, 0, { 2, 11, 7, 3, 2, 2, 4, 2, 2, 1 }, 2147484295, 684670034, 22, 0, 262175, 0, 700, 5, 2053, 1, 507, 812, -253, 4, 540, 756 },
{"Microsoft Yi Baiti", 0, 0, 0, 0, { 3, 0, 5, 0, 0, 0, 0, 0, 0, 0 }, 2147483651, 66562, 524290, 0, 1, 0, 400, 5, 2567, 1, 646, 859, -141, 50, 380, 539 },
{"Monotype Corsiva", 0, 0, 1, 0, { 3, 1, 1, 1, 1, 2, 1, 1, 1, 1 }, 647, 0, 0, 0, 536871071, 3755409408, 400, 5, 2566, 1, 350, 688, -258, 122, 0, 0 },
{"Monotype Sorts", 0, 0, 0, 0, { 1, 1, 6, 1, 1, 1, 1, 1, 1, 1 }, 0, 0, 0, 0, 2147483648, 0, 400, 5, 3075, 1, 747, 0, 0, 1069, 0, 0 },
{"Monotype Sorts", 0, 0, 0, 0, { 5, 1, 6, 1, 1, 1, 1, 1, 1, 1 }, 0, 0, 0, 0, 2147483648, 0, 400, 5, 3075, 1, 747, 0, 0, 1069, 0, 0 },
{"Mudir MT", 0, 0, 1, 0, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 0, 0, 0, 0, 2147483648, 0, 600, 5, 0, 1, 576, 921, 485, 0, 0, 0 },
{"MV Boli", 0, 0, 0, 0, { 2, 0, 5, 0, 3, 2, 0, 9, 0, 0 }, 3, 0, 256, 0, 1, 0, 400, 5, 2566, 1, 562, 714, -226, 128, 402, 714 },
{"New Gulim", 0, 0, 0, 0, { 2, 3, 6, 0, 0, 1, 1, 1, 1, 1 }, 2952790703, 2144828667, 48, 0, 1074266271, 3755409408, 400, 5, 261, 1, 500, 858, -141, 148, 0, 0 },
......
......@@ -625,6 +625,12 @@ typedef struct FD_FontMapRecW_\n\
for (int k = 0; k < nCount; ++k)
{
CWinFontInfo* pInfo = (CWinFontInfo*)m_pList->GetByIndex(k);
#if 1
// CORRECT!!!
if (pInfo->m_wsFontName == _T("Monotype Sorts"))
pInfo->m_aPanose[0] = 5;
#endif
CString sMem = _T("");
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 }"),
......
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