필터 지우기
필터 지우기

How to install a new font on Linux

조회 수: 15 (최근 30일)
Rubem Pacelli
Rubem Pacelli 2021년 8월 23일
편집: Rubem Pacelli 2022년 12월 17일
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
You can download and install a new font here (fell free to check other sites).
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
Rubem Pacelli
Rubem Pacelli 2022년 12월 17일
편집: Rubem Pacelli 2022년 12월 17일
Alternatively, you can use fc-cache -f -v to regenerate your font list

댓글을 달려면 로그인하십시오.

채택된 답변

Rubem Pacelli
Rubem Pacelli 2021년 8월 23일
편집: Rubem Pacelli 2021년 8월 23일
This is a dummy question, I am marking it as the accepted one just to close it.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by