On Sat, Apr 28, 2012 at 05:52:13PM +0900, Dmitry Timoshkov wrote:
dlls/gdi32/freetype.c | 6 ++++++ dlls/gdi32/tests/font.c | 17 ++++++++++++----- 2 files changed, 18 insertions(+), 5 deletions(-)
This will break the display of bitmap fonts in winex11.drv .
Do you have an app that depends on this?
Huw.
Huw Davies huw@codeweavers.com wrote:
On Sat, Apr 28, 2012 at 05:52:13PM +0900, Dmitry Timoshkov wrote:
dlls/gdi32/freetype.c | 6 ++++++ dlls/gdi32/tests/font.c | 17 ++++++++++++----- 2 files changed, 18 insertions(+), 5 deletions(-)
This will break the display of bitmap fonts in winex11.drv .
Do you have an app that depends on this?
No, I have no an app that depends on this. I just tried to test bitmap font metrics with GetGlyphOutline since in Wine it's used to get metrics even for bitmaps. and found that it's supposed to fail.
I guess that I resend the test without a fix then.