about the font property
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to ask the font porperty.
Could you know how to change the font to bold type?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 18 Aug. 2012
That is handled by the FontWeight property:
FontWeight
{normal} | bold | light | demi
Weight of text characters. MATLAB uses this property to select a font from those available on your particular system. Generally, setting this property to bold or demi causes MATLAB to use a bold font.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Axis Labels 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!