Commit 6e216167 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

usp10/tests: Explicitly skip tests when required fonts are not available.

parent 41dd0eb4
......@@ -1264,6 +1264,8 @@ static int _find_font_for_range(HDC hdc, const CHAR *recommended, BYTE range, co
rc = 1;
}
}
if (!rc)
winetest_skip("Font %s is not available.\n", recommended);
}
if (!*hfont)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment