如何在URXVT中使用14px Gohu字体?

如何在URXVT中使用14px Gohu字体?

我想使用 Gohu 字体中的 14 px这里

我安装了字体

 $fc-list |grep -i "Gohu"
/usr/share/fonts/misc/gohufont-uni-14.pcf.gz: Gohu GohuFont:style=Regular
/usr/share/fonts/misc/gohufont-11.pcf.gz: Gohu GohuFont:style=Regular
/usr/share/fonts/misc/gohufont-uni-11.pcf.gz: Gohu GohuFont:style=Regular
/usr/share/fonts/misc/gohufont-14.pcf.gz: Gohu GohuFont:style=Regular
/usr/share/fonts/misc/gohufont-uni-14b.pcf.gz: Gohu GohuFont:style=Bold
/usr/share/fonts/misc/gohufont-14b.pcf.gz: Gohu GohuFont:style=Bold
/usr/share/fonts/misc/gohufont-uni-11b.pcf.gz: Gohu GohuFont:style=Bold
/usr/share/fonts/misc/gohufont-11b.pcf.gz: Gohu GohuFont:style=Bold

并添加了这个.Xresources

$ sudo grep  "Go"  .Xresources
URxvt*font: xft:Gohu GohuFont:style=Regular:pixelsize=14

我预计尺寸为 14px,但实际上只有 11px

答案1

直接使用字体:

URxvt*font: -gohu-gohufont-bold-r-normal--14-100-100-100-c-80-iso10646-1

相关内容