Commit 7e067370 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33329

parent de94d4c6
......@@ -4859,7 +4859,7 @@ background-repeat: no-repeat;\
asc_docs_api.prototype.asc_AddMath = function(Type)
{
var loader = AscCommon.g_font_loader;
var fontinfo = g_fontApplication.GetFontInfo("Cambria Math");
var fontinfo = AscFonts.g_fontApplication.GetFontInfo("Cambria Math");
var isasync = loader.LoadFont(fontinfo);
if (false === isasync)
{
......
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