New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs update: How to make PuTTY show all rt-ps glyphs in Windows #8
Comments
|
Wow! Nice job, thanks! This is what I'm using now, it's in the same DejaVu set.
This DejaVu font was the only one (that I tried) which can display almost all fonts and text is still readable. Not perfect, but close:
|
|
Yeah, I'm not using beta versions of PuTTY. Still on 0.64. The entire point of this exercise is/was to inform how to display all glyphs in Windows. Personally, I'd be ok with regular numbers for ratio, with the sad smiley for less than 1. |
|
You know the RTFM thing... 😏 Ratio (☹ plus color indication for < 1, ➀ — ➉ : >= the number, ⊛ : >= 11); change to a different set of number glyphs using ui.style.ratio.set=2 (or 3), 0 is a mostly ASCII one |
|
@NoSubstitute Thanks for this great idea, it's working pretty well! :) (I haven't known that such a fallback exist.) What kind of OS and OS version and rtorrent-ps version do you use? I'm asking because of this: @pyroscope "ui.style.ratio.set=2" Thanks I haven't know that either :) I tried them out, but I like the default (1) icons with this font. |
Download and install these two fonts.
EverMono
http://www.evertype.com/emono/
http://www.evertype.com/emono/evermono.zip
DejaVu Sans Mono
http://dejavu-fonts.org/wiki/Download
http://sourceforge.net/projects/dejavu/files/dejavu/2.37/dejavu-fonts-ttf-2.37.zip
Use font linking to make EverMono complement DevaVu Sans Mono.
Add (or Edit) a multi-string value for your preferred font under the Windows registry key
Start Regedit. Go to the key below.
The added (or edited) key name should be the font name, and the value associated is a list of fallback font options to display the characters not recognized by previous font. There should be some existing ones, you can copy the value from there. Or, add a new Multi String key.
That's what you should do.
Right click SystemLink and select New, then Multi String Value.
Name it DejaVu Sans Mono.
After it's been created, double-click it and enter this inside.
Everson Mono.ttf,EversonMono
At the very least you must logout from Windows and back in again to activate this font link, but I recommend a full reboot.
Now, after rebooting, with PuTTY running change the settings for fonts. Click the PuTTY icon, top-left on your PuTTY window, and then Change settings. Go to Window / Appearance and select DejaVu Sans Mono.
Now your rtorrent-PS should look as beautiful as pyroscope always intended it!
Base info taken from
http://superuser.com/questions/393834/how-to-configure-putty-to-display-these-characters/764855#764855
Complemented with the MSDN doc linked therein.
https://msdn.microsoft.com/en-us/goglobal/bb688134.aspx
The text was updated successfully, but these errors were encountered: