Zhiyi Zhang (@zhiyi) commented about dlls/user32/tests/text.c:
ok(rect.top == rect2.top, "unexpected value %ld, got %ld\n", rect.top, rect2.top); ok(rect.bottom == rect2.bottom , "unexpected value %ld, got %ld\n", rect.bottom, rect2.bottom);
- /* further tests for dtp */
- SelectObject(hdc, hOldFont);
- ret = DeleteObject(hFont);
- ok(ret, "DeleteObject error %lu\n", GetLastError());
- lf.lfHeight = 200 * 9 / 72;
Could you explain `200 * 9 / 72`?