1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Richard B's patch to enable users to explicitly request shadow bold

by disabling bold-font-name guessing (if their bold fonts are ugly).
I've turned the UI inside out, but the meat is pretty much the same.

[originally from svn r3410]
This commit is contained in:
Simon Tatham
2003-08-21 18:39:17 +00:00
parent 7798a59987
commit 46f26ee483
4 changed files with 60 additions and 45 deletions

View File

@ -470,6 +470,7 @@ struct config_tag {
int stamp_utmp;
int login_shell;
int scrollbar_on_left;
int shadowbold;
FontSpec boldfont;
FontSpec widefont;
FontSpec wideboldfont;