11 Dec
2023
11 Dec
'23
5:38 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/gdiplus_private.h:
return NULL; }
+/* Represents a string section and the font it should use. */ +struct gdip_font_link_section { + DWORD index; /* The starting index of the string where the font applies. */ + DWORD len; /* The length of the section. */
It might be more convenient to store start and end index rather than length. Just something to consider. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4082#note_55724