http://bugs.winehq.org/show_bug.cgi?id=24945 --- Comment #13 from Armands Liepins <armandsl(a)gmail.com> 2010-11-15 08:29:43 CST --- (In reply to comment #12)
"MS Sans Serif" is a bitmap font while "Microsoft Sans Serif" is a truetype one. I'd suggest to finally perform the regression test.
I think this is not necessary. Just looked at source of version 1.1.38 GdipGetGenericFontFamilySansSerif. It searches for "MS Sans Serif". Starting with 1.1.43 it searches for "Microsoft Sans Serif" and if can not find it, returns "Tahoma". Since fedora's version of wine does not have "Microsoft Sans Serif" nor "Tahoma", font is not drawn. Ok, I do not insist it is a bug. Don't know what GdipGetGenericFontFamilySansSerif must return. If I set font substitution Tahmoma->Liberation Sans in the registry, then instrument list is shown. Or simply provide this missing font. Tried substitute with "MS Sans Serif" too, but this does not work. -- 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.