Re: gdi32/tests: Do not try to test OS/2 win metrics on non-windows fonts
28 May
2013
28 May
'13
7:23 p.m.
Aric Stewart <aric(a)codeweavers.com> wrote:
+ ascent = GET_BE_WORD(tt_os2.usWinAscent); + descent = GET_BE_WORD(tt_os2.usWinDescent); + cell_height = ascent + descent; + ok(ntm->ntmCellHeight == cell_height, "%s: ntmCellHeight %u != %u, os2.usWinAscent/os2.usWinDescent %u/%u\n", + font_name, ntm->ntmCellHeight, cell_height, ascent, descent); + + SetLastError(0xdeadbeef);
The SetLastError() call should be left at its previous position. -- Dmitry.
4579
Age (days ago)
4579
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov