How can I programmatically get the default FontName of a Simulink block?
1 次查看(过去 30 天)
显示 更早的评论
The font name of a Simulink block can be read by this command: get_param('myBlockName', 'FontName')
If the font name is equal to the default font settings it returns 'auto'. To know the exact font name, how can I programmatically get to the deafult fonts settings for the model ?
1 个评论
Oliver Grassmann
2019-2-21
Hi,
I need exactly the same thing. Nobody out there who knows?
Best,
Oliver.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!