mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Added Gentoo's directory for DejaVu Serif, /usr/share/fonts/dejavu/DejaVuSerif.ttf, to the list of fonts to try.
This commit is contained in:
parent
d0cea1b8e7
commit
cadc9a9ec6
|
@ -15,9 +15,10 @@ int Font::getSize() { return mSize; }
|
|||
|
||||
std::string Font::getDefaultPath()
|
||||
{
|
||||
int fontCount = 2;
|
||||
int fontCount = 3;
|
||||
std::string fonts[] = {"/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf",
|
||||
"/usr/share/fonts/TTF/DejaVuSerif.ttf" };
|
||||
"/usr/share/fonts/TTF/DejaVuSerif.ttf",
|
||||
"/usr/share/fonts/dejavu/DejaVuSerif.ttf" };
|
||||
|
||||
for(int i = 0; i < fontCount; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue