10 Jul
2024
10 Jul
'24
9:09 p.m.
In win32u/font.c's `create_child_font_list` function: - We remove the `ansi_cp` `MaximumCharacterSize` check since this is the current locale's codepage, not the font's codepage. This was preventing certain child fonts from being loaded when they should have been. - We include Microsoft Sans Serif as a child font, whereas previously we were only including its linked fonts as child font. - As a backup, we also add Tahoma (which should ship with Wine) and its linked fonts as child fonts in case Microsoft Sans Serif is not available. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6046