From 6652a6fcf718d3cb06fe37844cfa314f86b65804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Wed, 2 Nov 2016 18:18:04 +0100 Subject: [PATCH] Change GLUI default font to support more languages --- file_path_special.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_path_special.c b/file_path_special.c index be3a56c756..83ba105f52 100644 --- a/file_path_special.c +++ b/file_path_special.c @@ -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;