mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fall back to the DroidSansFallbackFull.ttf font on Linux.
This commit is contained in:
parent
030c840cfb
commit
50d2ba2291
|
@ -384,13 +384,7 @@ std::vector<std::string> getFallbackFontPaths()
|
|||
|
||||
// TODO
|
||||
const char* paths[] = {
|
||||
// Japanese
|
||||
"/usr/share/fonts/truetype/fonts-japanese-gothic.ttf",
|
||||
|
||||
// Latin
|
||||
"/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf",
|
||||
"/usr/share/fonts/TTF/DejaVuSerif.ttf",
|
||||
"/usr/share/fonts/dejavu/DejaVuSerif.ttf"
|
||||
"/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf" // japanese, chinese, present on Debian
|
||||
};
|
||||
|
||||
std::vector<std::string> fontPaths;
|
||||
|
|
Loading…
Reference in a new issue