Commit 4649b811 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

к rev 67700

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67701 954022d7-b5bf-4e40-9824-e11837661b57
parent 19e08e97
......@@ -5796,10 +5796,6 @@ ParaRun.prototype.Internal_Compile_Pr = function ()
return TextPr;
}
// var Styles = this.Paragraph.Parent.Get_Styles();
// this.Paragraph.Parent.Styles (rPrDefault, pPrDefault) не влияют на Font Name в мат тексте, поэтому выставляем в Default в текстовых настройках RFonts "Cambria Math" (дефолтовый Font)
//
if(!this.IsNormalText()) // math text
{
var Styles = this.Paragraph.Parent.Get_Styles();
......@@ -5808,7 +5804,7 @@ ParaRun.prototype.Internal_Compile_Pr = function ()
var StyleDefaultTextPr = Styles.Default.TextPr.Copy();
var MathFont = {Name : "Cambria Math", Index : -1};
// Ascii - по умолчанию шрифт Cambria Math
// hAnsi, eastAsia, cs - по умолчанию шрифты не Cambria Math, а те, которые компилируются в документе
Styles.Default.TextPr.RFonts.Merge({Ascii: MathFont});
......
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