Re: (try 2) gdi32: if a font substitution is given then only match tothat substitution not to the original family name.

2008-10-10 Thread Dmitry Timoshkov
"Aric Stewart" <[EMAIL PROTECTED]> wrote: > You are mostly correct. It looks like windows totally ignores the font > substitute if it finds the correct font. So this patch is incorrect. > > Is there a good mechanic to get wine to force a substitution for a > broken font? If the user has FontX

Re: (try 2) gdi32: if a font substitution is given then only match tothat substitution not to the original family name.

2008-10-10 Thread Aric Stewart
You are mostly correct. It looks like windows totally ignores the font substitute if it finds the correct font. So this patch is incorrect. Is there a good mechanic to get wine to force a substitution for a broken font? If the user has FontX however their FontX does not render correctly with f

Re: (try 2) gdi32: if a font substitution is given then only match tothat substitution not to the original family name.

2008-10-08 Thread Dmitry Timoshkov
"Aric Stewart" <[EMAIL PROTECTED]> wrote: > diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c > index 145be9b..c427694 100644 > --- a/dlls/gdi32/freetype.c > +++ b/dlls/gdi32/freetype.c > @@ -3408,8 +3408,8 @@ GdiFont *WineEngCreateFontInstance(DC *dc, HFONT hfont) > */ > LIST_FO