You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME: Libgdiplus does not validate that the font family exists// if the collection is NULL.
#if defined(USE_WINDOWS_GDIPLUS)
status = GdipCreateFontFamilyFromName (NoSuchFont, NULL, &family);
assertEqualInt (status, FontFamilyNotFound);
#endif
GDI+ does validate this
The text was updated successfully, but these errors were encountered:
In
test_createFontFamilyFromName
intestfont.c
GDI+ does validate this
The text was updated successfully, but these errors were encountered: