How can I change the font size of text in my mask icon using Mask Drawing commands?
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I would like to change the font size of text in my mask icon with Mask Drawing commands such as DISP.
Akzeptierte Antwort
MathWorks Support Team
am 27 Jun. 2009
You can change the font size of text in a mask icon with mask drawing commands and TeX formatting.
For example, in the Icon pane of the Mask Editor, you may use the following code in the Mask Drawing field:
disp('{\bf\fontsize{12}Label Text}', 'texmode','on');
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Author Block Masks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!