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

поддержка пустого AllFonts

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67901 954022d7-b5bf-4e40-9824-e11837661b57
parent 2e7aff51
......@@ -1375,6 +1375,8 @@ CFontSelectList.prototype =
this.IsInit = true;
if (window["g_fonts_selection_bin"] != "")
{
// read from stream
var _ft_stream = CreateFontData2(window["g_fonts_selection_bin"]);
var _file_stream = new FileStream(_ft_stream.data, _ft_stream.size);
......@@ -1395,6 +1397,7 @@ CFontSelectList.prototype =
this.List.push(_fs);
this.ListMap[_fs.m_wsFontPath] = this.List.length - 1;
}
}
// add languages
// 1) arabic
......
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