Esme Povirk (@madewokherd) commented about dlls/gdiplus/graphics.c:
return GdipIsVisibleRect(graphics, (REAL)x, (REAL)y, (REAL)width, (REAL)height, result);
}
+/* Populates gdip_font_link_info struct based on the base_font and input string */ +void generate_font_link_info(HDC hdc, WCHAR *string, DWORD length, GDIPCONST GpFont *base_font,
This function isn't used outside of graphics.c and should be static.