I am facing an issue in FONT style in the MATLAB 2024a editor window.
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Deepak
le 11 Juil 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 -
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!