Change app designer interface font size

21 ビュー (過去 30 日間)
Jane Bat
Jane Bat 2023 年 11 月 17 日
回答済み: Shubham 2024 年 9 月 6 日
How can I change app designer interface font size (not an app) to be bigger? It look bigger it is very small on laptop screen? Thanks

回答 (2 件)

Charlie
Charlie 2023 年 11 月 17 日
Hi Jane,
You can adjust a component's font size in the Component Browser panel. It's under the Font and Color section.
Alos, you can also set the font size programmatically in Code View, for example:
app.Button.FontSize = 18;
  1 件のコメント
Jane Bat
Jane Bat 2023 年 11 月 17 日
I wish to change the font size of the app designer itself UI, not a component

サインインしてコメントする。


Shubham
Shubham 2024 年 9 月 6 日
Hi Jane,
From what I gather, MATLAB doesn't have a built-in way to change the font size of App Designer's interface elements like the Component Browser or Property Inspector. These are usually controlled by your system's display settings or MATLAB's general font settings. These elements cannot be customized using the "MATLAB Font Custom Preferences", which can be accessed by going to Home > Preferences > MATLAB > Fonts in the MATLAB interface.
To improve visibility, try adjusting your operating system's display scaling to enlarge text and UI elements across all applications, including MATLAB. You can also tweak the font size in MATLAB's text editor and other areas to ensure everything looks balanced and readable.
For more information on changing fonts and zoom settings in MATLAB, refer to the following documentation link:
Hope this helps.

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by