https://bugs.winehq.org/show_bug.cgi?id=20977
--- Comment #24 from Jice wine@cardot.net --- Thank you! 1. OK. I could only find the occurences in HLPFILE_SkipParagraph which had been forgotten. 2. OK. I made use of debugstr_a(). Nevertheless none of the already existing WINE_TRACE make use of it. Should it be addressed in another patch? 3. OK 4. OK. Removed the comments. The face_offset is documented there: http://www.oocities.org/mwinterhoff/helpfile.htm and according to the documentation it is the way to detect the font type (see the |FONT paragraph). 5. Rounderr comes from the fact we have metrics expressed in half points and a scale of 10. This can be removed with very few visual impacts, but the computation is more exact this way. 6. Can you please give me one example of formatting change? I cannot see any, except if you speak of the lines where I added comments for better understanding (like case 0x89: /* hotspot end */)?