On Sat, Feb 09, 2002 at 05:44:55PM +0100, Eric Pouech wrote:
latest freetype patch severly breaks Wine:
- behavior between Windows TT fonts and X11 font isn't orthogonal. For example, EnumFont can return X11 fonts, while realizing a font never let you use a X11 font
- this leads to very interesting effects like asking for a fixed pitch font and getting a variable pitch one
so what would be the best fix ? either remove all X11 fonts in enum, or allow X11 fonts to be realized even if freetype is enabled ? any volunteer to fix it ?
Yes, we shouldn't enum X11 fonts if freetype/xrender is enabled. I'll submit a patch for this soon.
Huw.