필터 지우기
필터 지우기

Change app designer interface font size

조회 수: 13 (최근 30일)
Jane Bat
Jane Bat 2023년 11월 17일
댓글: Jane Bat 2023년 11월 17일
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

답변 (1개)

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

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

카테고리

Help CenterFile Exchange에서 Develop 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