(stb.c) Add CutiveMono.ttf path and replace DroidSansFallback with DroidSans

This commit is contained in:
Higor Eurípedes 2015-07-16 11:19:06 -03:00
parent f938c75e0b
commit d10bb24328

View File

@ -146,7 +146,8 @@ static const char *font_renderer_stb_get_default_font(void)
"/Library/Fonts/Tahoma.ttf",
#elif defined(__ANDROID_API__)
"/system/fonts/DroidSansMono.ttf",
"/system/fonts/DroidSansFallback.ttf",
"/system/fonts/CutiveMono.ttf",
"/system/fonts/DroidSans.ttf",
#else
"/usr/share/fonts/TTF/DejaVuSansMono.ttf",
"/usr/share/fonts/TTF/DejaVuSans.ttf",