http://bugs.winehq.org/show_bug.cgi?id=29758
Mario Guerra mguerra13@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mguerra13@gmail.com
--- Comment #9 from Mario Guerra mguerra13@gmail.com 2013-05-13 10:15:34 CDT --- I can confirm this bug with Delphi 7, when using QuickReports. Maybe the problem is with the default font that Delphi uses with TForm. It is a fixed font: "MS Sans Serif", that in certain circunstances (when the font is freeded) is not correctly load again by the executable.
There are two possible workarounds to try: - To copy the files *.fon from a Windows machine to Wine - If you have the Delphi sources, change the font on all the visual components to a different (ttf) font like Arial. I also found that changing the TForm default font, for example, to Arial distorts the forms metrics.