From e1a58f2f513aa1c558951b06ed67403cb12de040 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 18 Nov 2018 23:45:45 -0500 Subject: [PATCH] With the current combo (latest macOS + latest SDL + Blended), Courier New looks bad, plus Menlo includes more glyphs. --- sdl2/pdcscrn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2/pdcscrn.c b/sdl2/pdcscrn.c index d46f71c4..388ee4d1 100644 --- a/sdl2/pdcscrn.c +++ b/sdl2/pdcscrn.c @@ -13,7 +13,7 @@ # ifdef _WIN32 # define PDC_FONT_PATH "C:/Windows/Fonts/consola.ttf" # elif defined(__APPLE__) -# define PDC_FONT_PATH "/Library/Fonts/Courier New.ttf" +# define PDC_FONT_PATH "/System/Library/Fonts/Menlo.ttc" # else # define PDC_FONT_PATH "/usr/share/fonts/truetype/freefont/FreeMono.ttf" # endif