uBuntu wine字型設定

2021-06-12 16:34:09 字數 1786 閱讀 9898

第一步:把 windows 下的 simsun.ttc 字型檔案複製到 ~/.wine/drive_c/windows/fonts裡

第二步:複製下面的內容儲存為zw.reg,匯入到wine登錄檔中

regedit4

[hkey_local_machine\software\microsoft\windows nt\currentversion\fontsubstitutes]

"arial"="simsun"

"arial ce,238"="simsun"

"arial cyr,204"="simsun"

"arial greek,161"="simsun"

"arial tur,162"="simsun"

"courier new"="simsun"

"courier new ce,238"="simsun"

"courier new cyr,204"="simsun"

"courier new greek,161"="simsun"

"courier new tur,162"="simsun"

"fixedsys"="simsun"

"helv"="simsun"

"helvetica"="simsun"

"ms sans serif"="simsun"

"ms shell dlg"="simsun"

"ms shell dlg 2"="simsun"

"system"="simsun"

"tahoma"="simsun"

"times"="simsun"

"times new roman ce,238"="simsun"

"times new roman cyr,204"="simsun"

"times new roman greek,161"="simsun"

"times new roman tur,162"="simsun"

"tms rmn"="simsun"

第三步:修改 ~/.wine/system.reg 檔案

[system\\currentcontrolset\\hardware profiles\\current\\software\\fonts]

"logpixels"=dword:00000070

修改logpixels值來改變dialog window buttom的字型大小

第四步:修改  ~/.wine//drive_c/windows的win.ini 檔案

加入下面幾行**

[desktop]

menufontsize=13

messagefontsize=13

statusfontsize=13

icontitlesize=13

這是改變wine其他字型的大小

第五步:修改~/.wine/system.reg

**[software\\microsoft\\windows nt\\currentversion\\fontsubstitutes] 1144897563

"ms shell dlg"="simsun" (不同版本的wine,也許沒有這項)

"ms shell dlg 2"="simsun"

這樣就可以解決wine按鈕字型的問題

在某些linux發行版本中,以上方法也許還不能解決字型預設為simsun,因為系統優先使用simfang.ttf,因此可以這樣做:

#ln -s simsun.ttc simfang.ttc

這樣simfang.ttc就在simfang.ttf前,就使用simsun字型了

字型的設定

在css中使用font屬性集對字型的風格,大小,亮度等進行設定,下面我們開始學習它們。在css中使用font屬性集對字型的風格,大小,亮度等進行設定,下面我們開始學習它們。一 字型風格 font style font style屬性用於字型顯示的風格。語法 說明 1 inherit 繼承,表示該屬性...

如何設定字型

private void btnbold click object sender,eventargs e else newfont new font oldfont,oldfont.style fontstyle.bold 設定為粗體字格式 richtextbox1.selectionfont ne...

iOS UIFont 設定字型

label.font uifont fontwithname arial bolditalicmt size 24 字型名如下 font family american typewriter font americantypewriter font americantypewriter bold f...