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

shape rPr RFonts

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56704 954022d7-b5bf-4e40-9824-e11837661b57
parent 9ab698f8
...@@ -1755,7 +1755,14 @@ function CBinaryFileWriter() ...@@ -1755,7 +1755,14 @@ function CBinaryFileWriter()
oThis.WriteUChar(g_nodeAttributeEnd); oThis.WriteUChar(g_nodeAttributeEnd);
oThis.WriteRecord1(1, rPr.Unifill, oThis.WriteUniFill); oThis.WriteRecord1(1, rPr.Unifill, oThis.WriteUniFill);
oThis.WriteRecord2(3, rPr.FontFamily, oThis.WriteTextFontTypeface);
if (rPr.RFonts)
{
if (rPr.RFonts.Ascii)
oThis.WriteRecord2(3, rPr.RFonts.Ascii, oThis.WriteTextFontTypeface);
if (rPr.RFonts.EastAsia)
oThis.WriteRecord2(4, rPr.RFonts.EastAsia, oThis.WriteTextFontTypeface);
}
if (hlinkObj != null && hlinkObj !== undefined) if (hlinkObj != null && hlinkObj !== undefined)
{ {
......
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