mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
With the current combo (latest macOS + latest SDL + Blended), Courier
New looks bad, plus Menlo includes more glyphs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user