I am facing an issue in FONT style in the MATLAB 2024a editor window.
Show older comments
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?
Accepted Answer
More Answers (1)
Deepak
on 11 Jul 2024
0 votes
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 -
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!