linux字型安裝

linhaiqiang發表於2013-08-28

1.從windows系統的字型目錄(一般為C:\WINDOWS\Fonts)下拷貝字型檔案, 比如:simsun.ttc,到linux目錄下,如/usr/share/fonts下新建一個目錄 mkdir /usr/share/fonts/local

2.使用以下命令來更新字型資訊:

ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale

3.複製fonts.scale一份並更名為 fonts.dir.

4.新增到 X 字型伺服器的路徑中 chkfontpath --add /usr/share/fonts/local/

5.使用以下命令來重新啟動 xfs 字型伺服器:

service xfs reload


OK,到此為止已經新增成功了!

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8078021/viewspace-769446/,如需轉載,請註明出處,否則將追究法律責任。

相關文章