Change GLUI default font to support more languages

This commit is contained in:
Jean-André Santoni 2016-11-02 18:18:04 +01:00
parent 54794d5368
commit 6652a6fcf7

View File

@ -427,7 +427,7 @@ void fill_pathname_application_special(char *s, size_t len, enum application_spe
fill_pathname_application_special(s1, sizeof(s1),
APPLICATION_SPECIAL_DIRECTORY_ASSETS_MATERIALUI);
fill_pathname_join(s, s1, "Roboto-Regular.ttf", len);
fill_pathname_join(s, s1, "font.ttf", len);
}
#endif
break;