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

embedded fonts

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62666 954022d7-b5bf-4e40-9824-e11837661b57
parent 5f8125b5
...@@ -349,7 +349,7 @@ function CFontFileLoader(id) ...@@ -349,7 +349,7 @@ function CFontFileLoader(id)
this.LoadFontAsync = function(basePath, _callback) this.LoadFontAsync = function(basePath, _callback)
{ {
if (window["AscDesktopEditor"] !== undefined) if (window["AscDesktopEditor"] !== undefined && this.CanUseOriginalFormat)
{ {
if (-1 != this.Status) if (-1 != this.Status)
return true; return true;
......
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