gdi32/tests: Fix tests for fixed-pitch full-width character advance. It's double...
commitf50e6495785f367d0203201c709ded732c1ca1d1
authorAkihiro Sagawa <sagawa.aki@gmail.com>
Thu, 14 Mar 2013 11:08:18 +0000 (14 20:08 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Apr 2013 17:39:00 +0000 (4 19:39 +0200)
treec06f8a2ccabe59b1bb9de300c1b88513601090c0
parente5f1508031eefb4f71f5fc6a3acaf71308003b3e
gdi32/tests: Fix tests for fixed-pitch full-width character advance. It's double of tmAveCharWidth.

For instance, 19 ppem "VL Gothic" on Windows, the advance value is 10
for half-width characters, but 18 for full-width characters.  In this
case, tmAveCharWidth is 9. Thus using tmAveCharWidth is reasonable.
dlls/gdi32/tests/font.c