With the current combo (latest macOS + latest SDL + Blended), Courier

New looks bad, plus Menlo includes more glyphs.
This commit is contained in:
William McBrine
2018-11-18 23:45:45 -05:00
parent a1ce286ff2
commit e1a58f2f51

View File

@@ -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