Re: Minor logging improvements to freetype.c

2004-06-01 Thread Mike Hearn
On Tue, 2004-06-01 at 20:45 +0100, Huw D M Davies wrote: > No, these trigger when either the font isn't a ttf or if the font is > missing some tables that Wine relies on. Windows is better at dealing > with this than we are and so it really is a Wine bug. OK, I understand now. > I'd still argue

Re: Minor logging improvements to freetype.c

2004-06-01 Thread Huw D M Davies
On Tue, Jun 01, 2004 at 07:09:16PM +0100, Mike Hearn wrote: > On Tue, 01 Jun 2004 11:42:56 +0100, Huw D M Davies wrote: > > You could argue that these three should really be FIXMEs > > My reading of the code is that these indicate bodged/corrupt fonts rather > than known bugs in the Wine code. Am

Re: Minor logging improvements to freetype.c

2004-06-01 Thread Mike Hearn
On Tue, 01 Jun 2004 11:42:56 +0100, Huw D M Davies wrote: > You could argue that these three should really be FIXMEs My reading of the code is that these indicate bodged/corrupt fonts rather than known bugs in the Wine code. Am I wrong? > I don't think these two should be warnings. It's perfectl

Re: Minor logging improvements to freetype.c

2004-06-01 Thread Huw D M Davies
On Mon, May 31, 2004 at 09:47:35PM +0100, Mike Hearn wrote: > Mike Hearn <[EMAIL PROTECTED]> > Change some TRACEs into WARNs, WARN on skipping font due to wrong format. > > Index: dlls/gdi/freetype.c > === > RCS file: /home/wine/wine/