rxvt 和 Inconsolata(一种字体)

Cor*_*ell 7 terminal fonts rxvt

是否可以将 rxvt 终端模拟器与Inconsolata一起使用?是否可以在 rxvt 中使用任何 TrueType 字体?我想使用 rxvt 但很想使用我自己的字体。

wag*_*wag 5

rxvt不支持 TrueType,但有一个 fork rxvt-unicode(或urxvt)可以。

urxvt(1) 给出了两个例子:

urxvt -fn "xft:Bitstream Vera Sans Mono:pixelsize=15"
urxvt -fn "9x15bold,xft:Bitstream Vera Sans Mono"
Run Code Online (Sandbox Code Playgroud)

  • 检查 urxvt(1) 手册页,“资源”部分进一步解释了如何配置字体选择。可能类似于`urxvt -fn "xft:Inconsolata"`。 (2认同)