gdiplus: skip some tests if Arial is not installed

Dmitry Timoshkov dmitry at baikal.ru
Sat Mar 22 20:09:03 CDT 2014


Austin English <austinenglish at gmail.com> wrote:

> +    status = GdipCreateFontFamilyFromName(Arial, NULL, &family);
> +    if (status == FontFamilyNotFound)
> +    {
> +        skip("Arial not installed\n");
> +        return;
> +    }

Why do you need this? This test doesn't depend on Arial font presence.

-- 
Dmitry.



More information about the wine-devel mailing list