3

VT100-style terminal handling deals with fixed-width fonts.

Is it possible to use variable-width font like Comic Sans MS in Putty on Windows? If yes, how can it be done?

Trivikram
  • 801
  • 1
  • 9
  • 17

2 Answers2

1

No. PuTTY fundamentally assumes evenly sized character cells in a regular grid and hence requires a fixed-width font. (Well, actually dual-width, because double-width characters are needed for East Asian languages.)

I'm not aware of a terminal that does allow proportional fonts. Perhaps there is one out there, but of course terminal applications also assume a regular grid of character cells, so I'm not sure how useful it would be.

ak2
  • 6,629
  • 31
  • 27
0

You can by changing the following registry value:

HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings\Font
bummi
  • 27,123
  • 14
  • 62
  • 101