22 Mar
2014
22 Mar
'14
8:09 p.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.