[PATCH] gdi32: Report unsubstituted font face names. (try 3)

Alexandre Julliard julliard at winehq.org
Thu May 8 10:02:38 CDT 2014


Alex Henrie <alexhenrie24 at gmail.com> writes:

> 2014-05-08 2:28 GMT-06:00 Alexandre Julliard <julliard at winehq.org>:
>> Please add tests for the full name too.
>
> I thought I did:
>
> @@ -6031,6 +6042,8 @@ START_TEST(font)
>       * I'd like to avoid them in this test.
>       */
>      test_EnumFontFamilies("Arial Black", ANSI_CHARSET);
> +    test_EnumFontFamilies("MS Shell Dlg", ANSI_CHARSET);
> +    test_EnumFontFamilies("MS Shell Dlg 2", ANSI_CHARSET);

That only tests that the font is found, but not what is enumerated as
full name for it. You probably want to use enum_fullname_data_proc or
something along those lines.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list