Commit c638a060 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

По умолчанию fontRenderingMode = c_oAscFontRenderingModeType.hintingAndSubpixeling

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50142 954022d7-b5bf-4e40-9824-e11837661b57
parent cd3193b8
......@@ -47,7 +47,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
this.isMobileVersion = false;
this.fontRenderingMode = c_oAscFontRenderingModeType.noHinting;
this.fontRenderingMode = c_oAscFontRenderingModeType.hintingAndSubpixeling;
this.wb = null;
this.wbModel = null;
......
......@@ -68,7 +68,7 @@
this.wsActive = -1;
this.wsViews = [];
this.cellEditor = undefined;
this.fontRenderingMode = c_oAscFontRenderingModeType.noHinting;
this.fontRenderingMode = c_oAscFontRenderingModeType.hintingAndSubpixeling;
this._lockDraw = false;
......@@ -113,7 +113,7 @@
var self = this;
// Init font managers rendering
// Изначально мы инициализируем c_oAscFontRenderingModeType.noHinting
// Изначально мы инициализируем c_oAscFontRenderingModeType.hintingAndSubpixeling
this.setFontRenderingMode(fontRenderingMode, /*isInit*/true);
var _head = document.getElementsByTagName('head')[0];
......
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