bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
360 stars 242 forks source link

Missing fonts (e.g. Arial) #132

Open SimonLoebert opened 3 years ago

SimonLoebert commented 3 years ago

Hi,

when I upload a PowerPoint presentation (as pdf), the Microsoft Windows default fonts are displayed incorrectly.

I have already copied the required fonts (e.g. Arial, Helvetica, ..) into the /usr/share/fonts/ directory in the jodconverter container and then re-produced the cache with fc-chache -f -v, but the Arial font is still displayed incorrectly. What could be the problem?

I also installed the ttf-mscorefonts-installer package in the jodconverter container.

Thank you in advance!

alangecker commented 2 years ago

actually ttf-mscorefonts-installer should be already installed in the contianer, see https://github.com/bigbluebutton/docker/blob/develop/mod/jodconverter/Dockerfile

really wired, that the ms fonts seem still missing :/