mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +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__)
|
#elif defined(__APPLE__)
|
||||||
static const char *font_paths[] = {
|
static const char *font_paths[] = {
|
||||||
"/Library/Fonts/Microsoft/Candara.ttf",
|
"/Library/Fonts/Microsoft/Candara.ttf",
|
||||||
|
"/Library/Fonts/Verdana.ttf",
|
||||||
|
"/Library/Fonts/Tahoma.ttf",
|
||||||
#else
|
#else
|
||||||
static const char *font_paths[] = {
|
static const char *font_paths[] = {
|
||||||
"/usr/share/fonts/TTF/DejaVuSansMono.ttf",
|
"/usr/share/fonts/TTF/DejaVuSansMono.ttf",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user