我使用urxvt和DejaVu Sans Mono作为字体:
urxvt.font: xft:DejaVu Sans Mono但是我不可能看到像'⌚‘这样的Unicode字符。
为什么要这样?不能显示这些符号吗?
谢谢
发布于 2021-03-03 15:50:09
我可以用双曲线字体显示⌚和方框。
下面是配置:
URxvt*font: xft:Fira Code Retina:pixelsize=11:minspace=False, xft:DejaVu Sans:pixelsize=8, xft:Symbola
URxvt*boldFont: xft:Fira Code Retina:pixelsize=11:minspace=False, xft:DejaVu Sans:pixelsize=8, xft:Symbola发布于 2017-10-10 10:53:57
您是否更改您的字母间距:
-letsp number
Compile frills: Amount to adjust the computed character width by to
control overall letter spacing. Negative values will tighten up the
letter spacing, positive values will space letters out more. Useful
to work around odd font metrics; resource letterSpace.如果使用负值来提高可读性,则无法打印太宽的字母。这是许多Unicode字符的情况。
https://unix.stackexchange.com/questions/323800
复制相似问题