How to install a new font on Linux
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Rubem Pacelli
le 23 Août 2021
Modifié(e) : Rubem Pacelli
le 17 Déc 2022
Sometimes Matlab does not have a specific font available on your computer. When it happens, it is because that font is not found on your Linux file system. The most commons path where you can find your installed fonts are:
/usr/local/share/fonts
To make the font available system-wide, or
~/.local/share/fonts
To make the font available only to the user
To check which fonts are available, run
fc-list
Once installed, reboot your machine and rerun the
fc-list
command to check if the font is installed correctly. Now Matlab should be able to use the new installed font on Linux
1 commentaire
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!