Bold Titles when using menu
조회 수: 58 (최근 30일)
이전 댓글 표시
Hello,
I am using menu and, based on a previous Matlab Answers post, I am able to choose the font (Arial Rounded MT Bold) but I can not seem to find a way to make the letters stronger as in really bold. Is there a way to change the strength of the letters in menu?
Thanks.
댓글 수: 0
채택된 답변
Image Analyst
2012년 12월 29일
편집: Image Analyst
2012년 12월 29일
For a pulldown menu, I believe that is controlled by your operating system.
For a static text control, or a text object in the overlay, you can set the 'FontWeight' Property to 'Bold'.
text(yourString, 'FontWeight', 'Bold');
From the help for "Text Properties"
FontWeight
{normal} | bold | light | demi
Weight of text characters. MATLAB uses this property to select a font from those available on your particular system. Generally, setting this property to bold or demi causes MATLAB to use a bold font.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 PID Controller Tuning에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!