Austin English austinenglish@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.