#98149
Anonymous
Inactive

To fix this, you have to change the gamelist font in the themes. For the stock Retropie image, you have to edit “simple.xml” in the the etc/Emulationstation/themes/simple directory.

I changed the “<fontSize>0.03</fontSize>” line in the “<textlist name=”gamelist”>” to <fontSize>0.055</fontSize>. Here is the entry in simple.xml:

<textlist name=”gamelist”>
<selectorColor>393a3b</selectorColor>
<selectedColor>97999b</selectedColor>
<primaryColor>393a3b</primaryColor>
<secondaryColor>000000</secondaryColor>
<fontPath>./art/OPENSANS.TTF</fontPath>
<fontSize>0.03</fontSize>
<forceUppercase>1</forceUppercase>
<!– <scrollSound>./art/sound.wav</scrollSound> –>
</textlist>

You can experiment with font sizes here. You can also change the color of the text in the list by changing the <primaryColor> rgb hexcode.