How can I programmatically get the default FontName of a Simulink block?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Oliver Grassmann
am 21 Feb. 2019
Hi,
I need exactly the same thing. Nobody out there who knows?
Best,
Oliver.
Antworten (0)
Siehe auch
Kategorien
Mehr zu General Applications 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!