2、安裝字型包
yum -y install fontconfig ttmkfdir
3、建立目錄並拷貝字型檔案
#建立目錄
mkdir /usr/share/fonts/chinese
#需要的字型檔案為msyhbd.
ttf(微軟雅黑體)、msyh.
ttf(微軟雅黑縮寫)、simsun.
ttc(宋體)
#修改目錄許可權
chmod -r 755
/usr/share/fonts/chinese
ttmkfdir -e /usr/share/x11/fonts/encodings/encodings.dir
4、修改字型檔案的許可權,使root使用者以外的使用者也可以使用
\# cd /usr/share/fonts/chinese/truetype
\# chmod 755 *.ttf
5、建立字型快取
\# mkfontscale (如果提示 mkfontscale: command not found,需自行安裝 # yum install mkfontscale )
\# mkfontdir
\# fc-cache -fv (如果提示 fc-cache: command not found,則需要安裝# yum install fontconfig )
6、檢視是否生效
fc-list
CentOS下安裝微軟雅黑字型
所有操作均在root許可權下進行 1 到windows xp或者vista下複製字型到centos 字型路徑 c windows fonts 雅黑 msyh 黑體 simhei 宋體 simsun 華文細黑 stxihei 華文楷體 stkaiti 等等 你要的字型 2 將要的字型複製到 usr s...
CentOS下安裝微軟雅黑字型
2 修改字型檔案的許可權,使root使用者以外的使用者也可以使用 cd usr share fonts chinese truetype chmod 755 ttf 3 建立字型快取 mkfontscale 如果提示 mkfontscale command not found,需自行安裝 yum i...
CentOS下安裝微軟雅黑字型
2 修改字型檔案的許可權,使root使用者以外的使用者也可以使用 cd usr share fonts chinese truetype chmod 755 ttf 3 建立字型快取 mkfontscale 如果提示 mkfontscale command not found,需自行安裝 yum i...