- Command Window, Command History, Editor;
- Current Folder, Workspace, Variables, Function Browser
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

0 个评论
回答(2 个)
Walter Roberson
2017-9-13
Preferences -> Font allows two fonts to be set easily
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 个评论
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.
0 个评论
另请参阅
类别
在 Help Center 和 File 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!