[Bug 29758] Wrong font after freeing link labels

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 13 10:15:34 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=29758

Mario Guerra <mguerra13 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mguerra13 at gmail.com

--- Comment #9 from Mario Guerra <mguerra13 at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list