https://bugs.winehq.org/show_bug.cgi?id=20456
Erich Hoover erich.e.hoover@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover@gmail.com
--- Comment #33 from Erich Hoover erich.e.hoover@gmail.com --- Could you try with this patch (uses Courier Prime as a replacement)?: https://raw.githubusercontent.com/compholio/wine-compholio/master/patches/fo...
You need to apply it with "git am", otherwise the binary portion (the TTF) will be ignored. You will need to manually edit the fonts/Makefile.in file since this patch assumes that you have the Arial replacement as well. Just make sure you add "cour.sfd" to FONT_SRCS in that file before reconfiguring and compiling: FONT_SRCS = \ cour.sfd \ ...