Commit 762c39ff 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@61170 954022d7-b5bf-4e40-9824-e11837661b57
parent be5e1b9c
......@@ -628,10 +628,9 @@
var _count = _fonts.length;
for (var i = 0; i < _count; i++)
{
var _info_ind = this.map_font_index[_fonts[i]];
if (undefined !== _info_ind)
var _info = g_fontApplication.GetFontInfo(_fonts[i]);
if (undefined !== _info)
{
var _info = this.fontInfos[_info_ind];
_info.LoadFontsFromServer(this);
}
}
......
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