http://bugs.winehq.org/show_bug.cgi?id=25523
--- Comment #3 from Joachim Namislow jfrieben@hotmail.com 2011-04-15 02:57:24 CDT --- According to https://bugzilla.redhat.com/show_bug.cgi?id=524463#c11
"Seems it is caused by the richedit implementation of wine. EM_FORMATRANGE is unimplemented and this should eventually render the font here.
See in the 1.3.17 sources:
wine-1.3.17/dlls/riched20/editor.c line 3012: UNSUPPORTED_MSG(EM_FORMATRANGE)
and
wine-1.3.17/programs/wordpad/print.c line 491: fr.chrg.cpMin = SendMessageW(hEditorWnd, EM_FORMATRANGE, TRUE, (LPARAM)&fr);
So this is not a bug but a missing feature in richedit."