How can I change the font of matlab interface such as toolbar, message box for the version of R2017a

조회 수: 1 (최근 30일)
I have attached the image of the font problem that I am facing...I tried going through preferences but still it is not changinng the font. Please answer as soon as possible

답변 (2개)

Walter Roberson
Walter Roberson 2017년 9월 13일
Preferences -> Font allows two fonts to be set easily
  1. Command Window, Command History, Editor;
  2. Current Folder, Workspace, Variables, Function Browser
You can also Preferences -> Font -> Custom to set fonts for the above items individually, and for Profiler.
Unfortunately there is no font control for Toolbar.
msgbox() always uses get(0, 'FactoryUicontrolFontName') for the fonts.
  댓글 수: 4
Bhushan Kulkarni
Bhushan Kulkarni 2017년 9월 14일
편집: Bhushan Kulkarni 2017년 9월 14일
windows 10 also I have only English language as preferred language

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


Image Analyst
Image Analyst 2017년 9월 14일
You can use GUIDE to write your own custom version of msgbox() where you either set the font the way you like it in GUIDE, or you pass in the font parameters into the GUI when you call it, if you need to change it depending on when/where you call it.

카테고리

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