Jasper stops finding one font

前端 未结 6 1740
遥遥无期
遥遥无期 2020-12-09 04:56

After upgrading Jasper to the last version, it stopped finding one font: Symbol. The rest of the fonts seem to be fine. I have a bunch of ttfs in the same directory as where

6条回答
  •  遥遥无期
    2020-12-09 05:48

    On ubuntu I needed to uninstall the fonts and reinstall them:

    sudo apt-get remove  ttf-mscorefonts-installer
    sudo apt-get install  ttf-mscorefonts-installer
    

    Then, it works ok.

提交回复
热议问题