Re: gdi32: Implement automatic font substitution

2008-07-02 Thread Liu Qishuai
Could you take a screenshot of this? 2008/7/3 Lei Zhang <[EMAIL PROTECTED]>: > > I tried this with Picasa. It fixed the font rendered as boxes, but now > other parts of the interface is missing text. >

Re: gdi32: Implement automatic font substitution

2008-07-02 Thread Liu Qishuai
Yes, FontLink also works for me, but not everyone has those fonts installed. Wine should find a suitable font from fontconfig, in case the fonts in FontLink do not exist. 2008/7/3 Huang, Zhangrong <[EMAIL PROTECTED]>: > Have you tried to set FontLink? It works for me, there are no places > have fo

Re: gdi32: Implement automatic font substitution

2008-07-02 Thread Liu Qishuai
Hi, I rewrote a patch that doesn't break FontLink. http://www.winehq.org/pipermail/wine-patches/2008-July/057033.html 2008/7/2 Huang, Zhangrong <[EMAIL PROTECTED]>: > Hi, > > 2008/7/2 Liu Qishuai <[EMAIL PROTECTED]>: >> No. >> >> 1. In Windows XP, I de

Re: gdi32: Implement automatic font substitution

2008-07-02 Thread Liu Qishuai
often means wine will choose the CJK > replacement font which user doesn't prefer to. > > On CJK env, if a latin font doesn't not have a FontLink, it will > fallback to use the FontLink of "Microsoft Sans Serif", so user can > set preferred font there. > &g

Re: gdi32: Implement automatic font substitution

2008-07-01 Thread Liu Qishuai
2008/7/2 Dan Kegel <[EMAIL PROTECTED]>: > Can you write a conformance test that verifies this behavior? Sorry, I don't know how to write a test yet. Maybe I will write a test later. > Also, can you identify a bug in bugzilla this will fix? Such as bug 4065, 10864, 14151.