Commit 0e188f81 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48015 954022d7-b5bf-4e40-9824-e11837661b57
parent 540cabba
......@@ -902,7 +902,7 @@
var format = oStyle.getFont();
var oFont = new asc.FontProperties(format.fn, format.fs, format.b, format.i, format.u, format.s);
var width_padding = 2.25; // 3 * 96 / 72
var width_padding = 2.25; // 3 * 72 / 96
var tm = stringRenderer.measureString(oStyle.Name);
oGraphics.setFont(oFont);
oGraphics.setFillStyle(oFontColor);
......
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