17 Oct
2012
17 Oct
'12
10 p.m.
On Wed, Oct 17, 2012 at 7:54 PM, Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
Austin English <austinenglish(a)gmail.com> wrote:
+ ok(!lstrcmp(lf.lfFaceName, "Arial") || + !lstrcmp(lf.lfFaceName, "Liberation Sans"), "wrong face name %s\n", lf.lfFaceName);
The tests are supposed to reflect Windows behaviour, what Windows version does return "Liberation Sans" in this test?
Obviously none, though it seems to a reasonable adjustment, since the Liberation team can't use the Arial name. We already do something similar in dlls/gdi32/freetype.c for liberation mono/sans/serif fonts. -- -Austin