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.