mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
riched20: Add any paragraph numbering fonts to the font table.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c185757993
commit
074fafab65
@ -274,6 +274,10 @@ ME_StreamOutRTFFontAndColorTbl(ME_OutStream *pStream, ME_DisplayItem *pFirstRun,
|
||||
|
||||
if (item->member.run.para != prev_para)
|
||||
{
|
||||
/* check for any para numbering text */
|
||||
if (item->member.run.para->fmt.wNumbering)
|
||||
add_font_to_fonttbl( pStream, item->member.run.para->para_num.style );
|
||||
|
||||
if ((pCell = item->member.para.pCell))
|
||||
{
|
||||
ME_Border* borders[4] = { &pCell->member.cell.border.top,
|
||||
|
Loading…
Reference in New Issue
Block a user