In v5, reflect Nikolay's comment. Thanks for the review. Since the font metrics vary between versions, we calculate the expected value in the tests.
Signed-off-by: Akihiro Sagawa sagawa.aki@gmail.com --- dlls/user32/tests/edit.c | 90 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 75 insertions(+), 15 deletions(-)
Please ignore this patch. I need some researches regarding GetCharWidthInfo(). Thanks, Huw.
On Fri, 29 Mar 2019 00:28:12 +0900, Akihiro Sagawa wrote:
In v5, reflect Nikolay's comment. Thanks for the review. Since the font metrics vary between versions, we calculate the expected value in the tests.
Signed-off-by: Akihiro Sagawa sagawa.aki@gmail.com
dlls/user32/tests/edit.c | 90 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 75 insertions(+), 15 deletions(-)
Akihiro Sagawa