Daniel Jelinski djelinski1@gmail.com writes:
These are tests for bug 32529. Since commit ebaf5ea17623268fb1c0f68b1cf9a5984bd4e46e (Don't load bitmap glyphs when using subpixel rendering in GetGlyphOutline) GetTextExtentPoint returns different results before and after glyphs are loaded, at least for wine's Tahoma.
I don't see that here:
../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so font.c && touch font.ok font.c:4818: Test succeeded inside todo block: extents different: first 76, second 76
2013/1/15 Alexandre Julliard julliard@winehq.org:
Daniel Jelinski djelinski1@gmail.com writes:
These are tests for bug 32529. Since commit ebaf5ea17623268fb1c0f68b1cf9a5984bd4e46e (Don't load bitmap glyphs when using subpixel rendering in GetGlyphOutline) GetTextExtentPoint returns different results before and after glyphs are loaded, at least for wine's Tahoma.
I don't see that here:
../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so font.c && touch font.ok font.c:4818: Test succeeded inside todo block: extents different: first 76, second 76
That is strange, I checked with yesterday's git and got an error (75/70 if I remember correctly). I'll try to check which font is used. Regards, Daniel