May 12, 2026
11:08 a.m.
Alexandre Julliard (@julliard) commented about dlls/win32u/font.c:
if (hfont) { + BOOL can_use_bitmap = !!(NtGdiGetDeviceCaps( dc->hSelf, TEXTCAPS ) & TC_RA_ABLE); + UINT new_font_smoothing, new_subpixel_orientation; + BOOL update_font_smoothing; LOGFONTW lf; FMAT2 dcmat; - BOOL can_use_bitmap = !!(NtGdiGetDeviceCaps( dc->hSelf, TEXTCAPS ) & TC_RA_ABLE);
Please avoid moving lines around for no reason. Sorting variable declarations by length is silly. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10871#note_139564