about the font property
조회 수: 2 (최근 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!