about the font property
3 ビュー (過去 30 日間)
古いコメントを表示
I want to ask the font porperty.
Could you know how to change the font to bold type?
0 件のコメント
採用された回答
Walter Roberson
2012 年 8 月 18 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Axis Labels についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!