필터 지우기
필터 지우기

Update Matlab's font list

조회 수: 7 (최근 30일)
Andreas Sprenger
Andreas Sprenger 2019년 2월 18일
답변: Andreas Sprenger 2019년 2월 20일
I have a font installed which I modified and updated in the system (windows). For some reason MATLAB will not update the font and even if I delete it completely from the system fonts, Matlab will still be able to use it. My aim is to change the font in the code editor to a more specialized font (source code pro).
How does one tell Matlab to update the version of a font or the complete font list?

답변 (2개)

Star Strider
Star Strider 2019년 2월 18일
There are a few font utilities in MATLAB. See the documentation on the listfonts (link) function, and links to related functions. I am not certain that you can alter them or thier properties through MATLAB.
There are also version differences. This seems to work correctly in R2018b, although it did not in earlier versions, and simply gave a standard list of fonts, not all the fonts installed on the computer (at least with respect to Windows systems).
  댓글 수: 2
Andreas Sprenger
Andreas Sprenger 2019년 2월 20일
Thanks for the reply.
I tried a lot using listfonts (and related functions) but did not succeed. Then I de-installed Matlab and installed the current version (R2018b with Update 2) but the problem remains.
I was searching for an entry in the registry but could not find anything. Where does Matlab/java get the information of installed fonts on the system from and where is the information stored?
Finally I used java.awt.GraphicsEnvironment and java.awt.Font and tried to modify/register the current fonts. Unfortunately there is - at least to me - no way to clear the font list.
So, the solution is: format C:, i.e. completely new installation of windows :-(
Or do you have any other (java?) code for a workaround?
Star Strider
Star Strider 2019년 2월 20일
My pleasure.
I suggest you use the Contact Us link at the top right corner of this page and discuss it with MathWorks directly.

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


Andreas Sprenger
Andreas Sprenger 2019년 2월 20일
Copying the ttf files worked.

카테고리

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

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by