I am facing an issue in FONT style in the MATLAB 2024a editor window.
이전 댓글 표시
While I am keeping the Font style 'Monospace', I am getting the different Font styles in the command window and editor window. This is happening especially with the Font name called 'Monospace'. Can anyone help me in this regard?
채택된 답변
추가 답변 (1개)
Deepak
2024년 7월 11일
0 개 추천
Hi,
You are facing the issue of discrepancy in font styles in Editor window and Command window because ‘monospaced’ is a logical font.
Logical fonts are those which are not on present your system, MATLAB maps them to an actual (physical) font available on your system.
Physical fonts are those which are installed on your system, such as “Courier New” or “Arial”.
To fix this issue, you can set a physical font, for example “Courier New” or any other font.
Attaching the documentation for reference -
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!