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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61178 954022d7-b5bf-4e40-9824-e11837661b57
parent 9b297574
......@@ -1096,6 +1096,9 @@ CFontSelect.prototype =
if (-1 != sReqName.indexOf(this.m_wsFontName) || -1 != this.m_wsFontName.indexOf(sReqName))
return 1000;
if (sReqName.toLowerCase() == this.m_wsFontName.toLowerCase())
return 2000;
if (g_fontApplication.g_fontDictionary.CheckLikeFonts(this.m_wsFontName, sReqName))
return 2000;
......@@ -2904,7 +2907,7 @@ function CApplicationFonts()
return oSelect.wsName;
else
{
return g_fontApplication.GetFontInfoName(sFontname);
return this.GetFontInfoName(sFontname);
}
}
}
......
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