add boldface text to text area
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Categorical Arrays dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!