GUIDE: Is it possible to write part of a string in a uicontrol objetc in bold?

조회 수: 7 (최근 30일)
Hi there! I was wondering if it's possible in a GUI to have, for example, a pushbutton or a static text with a string that has some of its words in bold. For instance: "this is an example". The FontWeight property set to bold sets all the string in bold, but I just need a part o it. Any comments? Thank you in advance!

채택된 답변

Walter Roberson
Walter Roberson 2016년 7월 13일
편집: Walter Roberson 2016년 7월 13일
This is not possible for uicontrol style text or edit, but it is possible for uicontrol style pushbutton, listbox, radiobutton, or popup . For those, the first thing in the String property must be '<HTML>' . After that, put in appropriate HTML3 codes as needed. For example,
'<HTML>Hello, are you having <B>fun</B>?'
You do not need to </HTML>
  댓글 수: 2
Bruno Marengo
Bruno Marengo 2016년 7월 13일
Hi Walter, I will try that later and tell you how it goes. Thank you for your time!

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

추가 답변 (1개)

Hao Cheng
Hao Cheng 2018년 12월 18일
Sadly <HTML> doesn't work with 'text' and 'edit' style.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by