gdi32/tests: Fix System font test for Japanese

Greg Geldorp ggeldorp at vmware.com
Fri Jan 7 06:03:17 CST 2011


As indicated by the original comment (and the failure at font.c:821 in
http://test.winehq.org/data/510567d98ae1168b354e8e4c769ca78519d64457/xp_wtb-wxpprojasp3/gdi32:font.html)
the Japanese System font isn't bold. If Wine doesn't handle this correctly
it should be handled by a todo_wine, not by changing the expected value to
match Wine instead of Windows.
Since Wine seems to have a System font of height 16 (seen in Wine test
reports) and the Japanese System font has a height 18, the metrics of
System/18 aren't actually checked on Wine, so it didn't seem necessary to
add a todo_wine.

---
 dlls/gdi32/tests/font.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-gdi32-tests-Fix-System-font-test-for-Japanese.patch
Type: text/x-patch
Size: 821 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110107/35fc688c/attachment.bin>


More information about the wine-patches mailing list