11 Dec
2023
11 Dec
'23
4:30 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4082#note_55709