March 23, 2014
1:09 a.m.
Austin English <austinenglish(a)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.