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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51703 954022d7-b5bf-4e40-9824-e11837661b57
parent 0c8fb267
...@@ -828,7 +828,14 @@ CChartTitle.prototype = ...@@ -828,7 +828,14 @@ CChartTitle.prototype =
pageIndex = 0; pageIndex = 0;
} }
if (graphics.CheckUseFonts2 !== undefined)
graphics.CheckUseFonts2(this.transformText);
this.txBody.draw(graphics, pageIndex); this.txBody.draw(graphics, pageIndex);
if (graphics.UncheckUseFonts2 !== undefined)
graphics.UncheckUseFonts2();
graphics.reset(); graphics.reset();
graphics.SetIntegerGrid(true); graphics.SetIntegerGrid(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