mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
[x2t] Fix bug 44934 (#232)
This commit is contained in:
@ -261,13 +261,13 @@ std::wstring RtfFont::RenderToOOX(RenderParameter oRenderParameter)
|
||||
break;
|
||||
}
|
||||
sResult += L"<w:rFonts w:ascii=\"";
|
||||
sResult += sFontName;
|
||||
sResult += XmlUtils::EncodeXmlString( sFontName, true );
|
||||
sResult += L"\" w:eastAsia=\"";
|
||||
sResult += sFontName;
|
||||
sResult += XmlUtils::EncodeXmlString( sFontName, true );
|
||||
sResult += L"\" w:hAnsi=\"";
|
||||
sResult += sFontName;
|
||||
sResult += XmlUtils::EncodeXmlString( sFontName, true );
|
||||
sResult += L"\" w:cs=\"";
|
||||
sResult += sFontName;
|
||||
sResult += XmlUtils::EncodeXmlString( sFontName, true );
|
||||
sResult += L"\"";
|
||||
sResult += sHint;
|
||||
sResult += L"/>";
|
||||
|
||||
Reference in New Issue
Block a user