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
status = GdipGetFontHeight (font, NULL, &height);
assertEqualInt (status, Ok);
// FIXME: this returns a different value with libgdiplus.
#if defined(USE_WINDOWS_LIBGDIPLUS)
assertEqualFloat (height, 11.3183594f);
#endif
Maybe this is due to GdipGetGenericFontFamilySansSerif returning different fonts in Linux/Windows - so this could be a test bug
The text was updated successfully, but these errors were encountered:
In
test_getFontHeight
intestfont.c
Maybe this is due to
GdipGetGenericFontFamilySansSerif
returning different fonts in Linux/Windows - so this could be a test bugThe text was updated successfully, but these errors were encountered: