mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
@ -1009,7 +1009,7 @@ bool OOXRunReader::Parse( ReaderParameter oParam , RtfParagraph& oOutputParagrap
|
||||
{
|
||||
oCurFont.m_nID = oParam.oRtf->m_oFontTable.GetCount() + 1;
|
||||
oCurFont.m_sName = sFont;
|
||||
oParam.oRtf->m_oFontTable.DirectAddItem( oCurFont );
|
||||
oParam.oRtf->m_oFontTable.AddFont( oCurFont );
|
||||
}
|
||||
RtfFieldPtr oNewField ( new RtfField() );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user