您的位置:首页 > 其它

Terminus Font in gVim & PuTTY (Windows XP) || Windows XP 中 gVim, PuTTY 添加 Terminus 字体

2008-11-21 00:05 246 查看
Terminus Font in gVim & PuTTY (Windows XP)

Download Terminus Font:
.fon files http://lowing.org/fonts/Free/fonts-terminus.zip
Alternative (GNU Licence):
.ttf (TrueType) http://fractal.csie.org/~eric/Terminus.ttf http://fractal.csie.org/~eric/TerminusBold.ttf

1. Copy fonts (.fon or .ttf files) to %SYSTEM%/fonts, where %SYSTEM% is Windows folder.
2. Add fonts to registry:
    [HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Fonts]
    For each new font, add a new String Value.
    String Value Name is name of font(can be any name you want to call it), value is file name of font.

    e.g.
--------------------------------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Fonts]
"Terminus Normal 12"="ter-112n.fon"
"Terminus Bold 14"="ter-114b.fon"
"Terminus TrueType Normal"="Terminus.ttf"
--------------------------------------------------------------------------------

3. restart systerm.
4. In gVim,
    :set guifont=* to select font
   In PuTTY, under Window/Appearance/Font Settings
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息