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

ASCW3

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56677 954022d7-b5bf-4e40-9824-e11837661b57
parent 291bf469
......@@ -380,6 +380,7 @@
standarts = [];
for (var i = 0; i < window.g_font_infos.length; i++)
{
if (window.g_font_infos[i].Name != "ASCW3")
standarts.push(window.g_font_infos[i].Name);
}
}
......@@ -442,11 +443,14 @@
this.AddLoadFonts(info, _fonts[i].NeedStyles);
if (info.Type == FONT_TYPE_ADDITIONAL)
{
if (info.name != "ASCW3")
{
var __font = new CFont(info.Name, "", info.Type, info.Thumbnail);
gui_fonts[gui_count++] = __font;
}
}
}
else
{
var ind = -1;
......
......@@ -204,6 +204,7 @@
standarts = [];
for (var i = 0; i < window.g_font_infos.length; i++)
{
if (window.g_font_infos[i].Name != "ASCW3")
standarts.push(window.g_font_infos[i].Name);
}
}
......@@ -251,11 +252,14 @@
this.AddLoadFonts(info, _fonts[i].NeedStyles);
if (info.Type == FONT_TYPE_ADDITIONAL)
{
if (info.name != "ASCW3")
{
var __font = new CFont(info.Name, "", info.Type, info.Thumbnail);
gui_fonts[gui_count++] = __font;
}
}
}
else
{
var ind = -1;
......
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