FigBug / SID

GNU General Public License v3.0
44 stars 3 forks source link

Missing font on Ubuntu / Reaper #11

Closed alexandrevicenzi closed 3 years ago

alexandrevicenzi commented 3 years ago

Hi,

SID, PAPU, and others have no text on Reaper 6.19 / Ubuntu 20.

Ubuntu:

image

Windows 10:

image

Looking over JUCE code, there are many fonts that it tries to find and use, most are available on Ubuntu. I'm not really sure where the problem could be, my first thought was missing fonts, but it could be something else.

If the issue is in JUCE I can submit this to JUCE.

FigBug commented 3 years ago

You need to install the microsoft fonts. I should really change it to use a font that is installed by default.

sudo apt update && sudo apt install ttf-mscorefonts-installer

alexandrevicenzi commented 3 years ago

Thanks for quick response. It worked. Feel free to close this issue.