Xterm的中文字型設定

2021-04-20 04:35:00 字數 1987 閱讀 7581

直接上**:

(~/.xdefault)

!look and feel

xterm*preedittype: root

xterm.termname: xterm-256color

xterm.geometry: 80x36

xterm*scrollbar: true

xterm*rightscrollbar: true

xterm*loginshell: true

xterm*cursorblink: true

xterm*background:  black

xterm*foreground:  gray

xterm.borderless: true

xterm.cursorblink: true

xterm*colorul: yellow

xterm*colorbd: white

!fix alt key input

xterm*eightbitinput: false

xterm*altsendsescape: true

!print color and bold/underline attributes

xterm*printattributes: 2

xterm*printercommand: cat > ~/xtermdump

!mouse selecting to copy, ctrl-v to paste

!ctrl p to print screen content to file

xterm*vt100.translations: #override /

ctrl v: insert-selection(clipboard,primary,cut_buffer0) /n/

: select-end(clipboard,primary,cut_buffer0) /n/

ctrl p: print() /n

!其中的關鍵就是紅色字型部分,指明了中文字型名(可以使用fc-list來查詢字型名稱)

xterm*locale: true

xterm.utf8:     true

xterm*utf8title: true

xterm*fontmenu*fontdefault*label: default

xterm*facename: yahei consolas hybrid:pixelsize=14

xterm*facenamedoublesize:yahei consolas hybrid:pixelsize=14

xterm*xftantialias: true

xterm.cjkwidth:true

!-- tango color scheme

*xterm*color0: #2e3436

*xterm*color1: #cc0000

*xterm*color2: #4e9a06

*xterm*color3: #c4a000

*xterm*color4: #3465a4

*xterm*color5: #75507b

*xterm*color6: #0b939b

*xterm*color7: #d3d7cf

*xterm*color8: #555753

*xterm*color9: #ef2929

*xterm*color10: #8ae234

*xterm*color11: #fce94f

*xterm*color12: #729fcf

*xterm*color13: #ad7fa8

*xterm*color14: #00f5e9

*xterm*color15: #eeeeec

而後,需要在~/.xinitrc新增exec xrdb ~/.xdefaults

over

btw,若是想xtrem以「[root@myhost]的形式顯示,可以在執行xtrem加引數-ls 類似這樣 xterm -ls

python docx 中文字型設定

最近用到了docx生成word文件,docx本身用起來很方便,自帶的各種樣式都很好看,美中不足的就是對中文的支援不夠好。在未設定中文字型的時候,生成的文件雖然可以顯示中文,但是筆畫大小不一,很難看。解決辦法 首先建立乙個文件,要先宣告乙個document from docx import docum...

CSS設定中文字型大全

windows的一些 黑體 simhei 宋體 simsun 新宋體 nsimsun 仿宋 fangsong 楷體 kaiti 仿 宋 gb2312 fangsong gb2312 楷體 gb2312 kaiti gb2312 微軟雅黑體 microsoft yahei 裝office會生出來的一些...

matplotlib設定中文字型的方法

為什麼無法顯示中文 matplotlib預設不支援中文字元,因為預設的英文本型無法顯示漢字 檢視linux mac下面支援的字型 fc list 檢視支援的字型 fc list lang zh 檢視支援的中文 冒號前面有空格 例如 my font font manager.fontpropertie...