Set default font settings for Simulink annotation (comments)
4 ビュー (過去 30 日間)
古いコメントを表示
Hello,
For improving visibility of model, I would like to change the defaul font for all anotations: I would like to use Courrier New Black 14 pt. How can I do this programmatically?
3 件のコメント
Dyuman Joshi
2023 年 10 月 10 日
移動済み: Dyuman Joshi
2023 年 10 月 26 日
Ah, okay. I should have noticed the product mentioned as "Simulink".
I will get back to you on this soon.
採用された回答
Fangjun Jiang
2023 年 12 月 14 日
編集済み: Fangjun Jiang
2023 年 12 月 14 日
I don't think there is a way to pre-set the default font. But you can do a quick and easy post-processing like this. It will change all the annotations at once.
ano=find_system(ModelName,'FindAll','On','Type','Annotation')
set(ano,'FontName','Arial')
See doc page
web(fullfile(docroot, 'simulink/ug/create-an-annotation-programmatically.html?s_tid=doc_srchtitle'))
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Programmatic Model Editing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
