http://bugs.winehq.org/show_bug.cgi?id=14104
--- Comment #9 from Nicholai Benalal olympia@skydreams.org 2008-06-25 11:10:39 --- (In reply to comment #8)
(In reply to comment #7)
At any rate, the point is that several of these applications (ie Fritz 10) used to work before the gdi32/freetype.c patch from March 10 2008. Seems like the old code worked around the missing GdipCreateFontFamilyFromName() by coincidence.
To me it looks like an incorrectly performed regression test.
I don't think so. The application will work just fine if I check out the latest source tree and remove the following case:
file = wine_get_dos_file_name(face->file); if(file) len = strlenW(file) + 1;
the code in the else condition works ok