http://bugs.winehq.org/show_bug.cgi?id=9260
Siegfried Rohdewald info@rayfract.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |info@rayfract.com
--- Comment #1 from Siegfried Rohdewald info@rayfract.com 2007-08-11 18:25:30 --- I see a similar problem when installing Surfer 8 demo, with Wine 0.9.41 and later. winecfg picks up Surfer TrueType fonts in drive_c/windows/fonts , when trying to match default "Arial" font face.
See http://www.golden.com for Surfer 8 demo download .
Deleting all .ttf TrueType fonts copied by Surfer 8 Demo installer into drive_c/windows/fonts resolves this . However, the "Arial" winecfg font face is now "matched" by a Courier-like Serif font.
Up to and including Wine 0.9.40, "Arial" default font was resolved to a Sans Serif font, even with Surfer 8 TrueType fonts installed in drive_c/windows/fonts .
When creating an application font with CreateFontIndirect API, "Arial" font face results in the same problem : Wine resolves "Arial" to TrueType font in drive_c/windows/fonts . Specify "MS Sans Serif" instead, for CreateFontIndirect . "Arial" worked fine up to Wine 0.9.40 as well.
Siegfried.