add boldface text to text area

15 views (last 30 days)
Mike D.
Mike D. on 11 Mar 2021
Edited: Jan on 11 Mar 2021
How do I add a new line to text area that is bold-face, while not having all lines bold-face?
app.TextArea1.Value = [{sprintf('\bf[%s]: updated message', datestr(now,'HH:MM'))}; app.TextArea1.Value];
Adding "\bf" in the beginning doesn't work.

Accepted Answer

Jan
Jan on 11 Mar 2021
Edited: Jan on 11 Mar 2021
As far as I know the uitextarea is not powerful enought yet to allow setting different text properties. Neither the LaTeX syntax nor <HTML> tags are working.

More Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!