Commit 0cb65ac0 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

rFonts

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53783 954022d7-b5bf-4e40-9824-e11837661b57
parent c43ff89f
......@@ -5837,6 +5837,11 @@ function BinaryPPTYLoader()
{
var _font_latin = this.ReadTextFontTypeface();
rPr.FontFamily = { Name: _font_latin, Index : -1 };
rPr.RFonts.Ascii = { Name: _font_latin, Index : -1 };
rPr.RFonts.EastAsia = { Name: _font_latin, Index : -1 };
rPr.RFonts.HAnsi = { Name: _font_latin, Index : -1 };
rPr.RFonts.CS = { Name: _font_latin, Index : -1 };
break;
}
case 4:
......
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