[PATCH 4/4] gdi32/tests: Fix tests for fixed-pitch full-width character advance. It's double of tmAveCharWidth.

Akihiro Sagawa sagawa.aki at gmail.com
Thu Mar 14 06:08:18 CDT 2013


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 |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-gdi32-tests-Fix-tests-for-fixed-pitch-full-width-cha.patch
Type: text/x-patch
Size: 3042 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130314/f1e68285/attachment.bin>


More information about the wine-patches mailing list