How can I change the font size of text in my mask icon using Mask Drawing commands?

48 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 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');

More Answers (0)

Categories

Find more on Author Block Masks in Help Center and File Exchange

Products


Release

R2008a

Community Treasure Hunt

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

Start Hunting!