How can I change the font size of text in my mask icon using Mask Drawing commands?
19 ビュー (過去 30 日間)
古いコメントを表示
I would like to change the font size of text in my mask icon with Mask Drawing commands such as DISP.
採用された回答
MathWorks Support Team
2009 年 6 月 27 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Author Block Masks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!