Commit 1f03bca3 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@61045 954022d7-b5bf-4e40-9824-e11837661b57
parent 7742d0fa
......@@ -1445,6 +1445,11 @@ CFontSelectList.prototype =
console.log(f.m_wsFontPath + "_" + f.m_lIndex + " codepage1: " + f.m_ulCodePageRange1 + ", codepage2: " + f.m_ulCodePageRange2);
}
*/
// добавляем ASCW3
var _fs = new CFontSelect();
_fs.m_wsFontName = "ASCW3";
this.List.push(_fs);
delete window["g_fonts_selection_bin"];
},
......
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