Commit 0929f1ca authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

не рисовались шрифты на pdf документах

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61471 954022d7-b5bf-4e40-9824-e11837661b57
parent 863f97d9
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
// сначала заполняем массив this.fonts_loading объекстами fontinfo // сначала заполняем массив this.fonts_loading объекстами fontinfo
for (var i in _fonts) for (var i in _fonts)
{ {
if (_fonts[i].Type != FONT_TYPE_EMBEDDED) if (_fonts[i].type != FONT_TYPE_EMBEDDED)
{ {
var info = this.AddLoadFonts(_fonts[i].name, _fonts[i].NeedStyles); var info = this.AddLoadFonts(_fonts[i].name, _fonts[i].NeedStyles);
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
{ {
if (this.embeddedFontInfos[j].Name == _fonts[i].name) if (this.embeddedFontInfos[j].Name == _fonts[i].name)
{ {
this.AddLoadFontsNotPick(this.embeddedFontInfos[j], 0); this.AddLoadFontsNotPick(this.embeddedFontInfos[j], 0x0F);
break; break;
} }
} }
......
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