mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
Check for additional fonts.
This commit is contained in:
parent
46054de4f8
commit
503c51d633
@ -142,6 +142,8 @@ static const char *font_paths[] = {
|
||||
#elif defined(__APPLE__)
|
||||
static const char *font_paths[] = {
|
||||
"/Library/Fonts/Microsoft/Candara.ttf",
|
||||
"/Library/Fonts/Verdana.ttf",
|
||||
"/Library/Fonts/Tahoma.ttf",
|
||||
#else
|
||||
static const char *font_paths[] = {
|
||||
"/usr/share/fonts/TTF/DejaVuSansMono.ttf",
|
||||
|
Loading…
x
Reference in New Issue
Block a user