0

When I am trying to plot a "character picture" by Python, I suddenly found that the font of "build result plane" is not monospaced-font.

I have set "Consolas" as my "font-face" in user settings and can not found any argument to set the "build result plane" font.

I have read Sublime Text 2 - How to change the font size of the output panel?

But when I tried the same thing on my PC, it didn't work.

Community
  • 1
  • 1
PaleNeutron
  • 2,543
  • 4
  • 25
  • 43

1 Answers1

0

The answer is that "build result plane" inherits "Plain text" settings.

I searched my User folder and found Plain text.sublime-settings. In this file, I realized that 'font-face' is 'Ubuntu Mono' while my current platform is windows.

PaleNeutron
  • 2,543
  • 4
  • 25
  • 43