Azzera filtri
Azzera filtri

I am facing an issue in FONT style in the MATLAB 2024a editor window.

46 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Sourabh
Sourabh il 11 Lug 2024 alle 5:35
The following page has information on how to change desktop fonts and how to specify custom fonts:
Using this, you should be able to customize the MATLAB desktop to your liking.

Più risposte (1)

Deepak
Deepak il 11 Lug 2024 alle 8:32
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 -

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by