Re: [PATCH v3 0/1] MR2850: gdiplus: Fix GdipGetGenericFontFamily functions according to native gdiplus.dll
19 May
2023
19 May
'23
3:58 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/font.c:
stat = GdipCreateFontFamilyFromName(L"Liberation Mono", NULL, nativeFamily);
if (stat == FontFamilyNotFound) - ERR("Missing 'Courier New' font\n"); + stat = GdipGetGenericFontFamilySansSerif(nativeFamily);
Wouldn't it be better to fall back to a monospace font Wine ships with? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2850#note_33254
945
Age (days ago)
945
Last active (days ago)
0 comments
1 participants
participants (1)
-
Esme Povirk (@madewokherd)