当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Linux系统使用Windows XP字体美化汉字

Unix/Linux
FreeBSD 远程存取
freeBSD初学者入门指南
FREEBSD手工配置网络
查看 FreeBSD 登陆记录
登入和注销 FreeBSD 系统
删除 FreeBSD 账号
新增 FreeBSD 账号
菜鸟学装FreeBSD5.1图解
freebsd 单一网卡配置多个IP
FreeBSD 6.2-RELEASE下载
FreeBSD 上彻底禁用 sendmail
FreeBSD 7.0 高速下载
FreeBSD架設 FTP
FreeBSD6.2上搭建apache2.2+mysql5.11+php5+phpmyadmin
UNIX各类操作系统密码破解方法介绍
7.0 Release i386 DVD iso 下载
RedHat 6.2 中文字体TrueType的使用
FREEBSD6.2 详细安装图解
配置lagg, 实现cisco 2950 与Freebsd 7.0链路聚合笔记
FreeBSD查看即时网络流量

Unix/Linux 中的 Linux系统使用Windows XP字体美化汉字


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 126 ::
收藏到网摘: n/a

  在Windows XP已挂载的情况下:
  拷贝三个字体文件
  mkdir -p /usr/share/fonts/zh_CN/TrueType/
  sudo cp /media/hda1/windows/fonts/simsun.ttc /usr/share/fonts/zh_CN/TrueType/
  sudo cp /media/hda1/windows/fonts/SURSONG.TTF /usr/share/fonts/zh_CN/TrueType/
  sudo cp /media/hda1/windows/fonts/tahoma.ttf /usr/share/fonts/zh_CN/TrueType/
  sudo cp /media/hda1/windows/fonts/tahomabd.ttf /usr/share/fonts/zh_CN/TrueType/
  sudo chmod 644 /usr/share/fonts/zh_CN/TrueType/*
cd /usr/share/fonts/zh_CN/TrueType/
  sudo mkfontscale
  sudo mkfontdir
  更新linux字体列表
  sudo fc-cache /usr/share/fonts/zh_CN/TrueType/
  通过替换/etc/fonts/language-selector.conf来配置字体,不要更改/etc/fonts/fonts.conf。
  sudo gedit /etc/fonts/language-selector.conf
修改为:
serif Bitstream Vera SerifSimSun DejaVu Serif AR PL ShanHeiSun Uni AR PL ZenKai Uni sans-serif Bitstream Vera Sans SimSun DejaVu Sans AR PL ShanHeiSun Uni AR PL ZenKai Uni monospace Bitstream Vera Sans Mono DejaVu Sans Mono SimSun Song Sun Kai Ming 180 true Song Sun Kai Ming false 0 true false true 18 false SimSun SimSun-18030 AR PL ShanHeiSun Uni AR PL New Sung MingLiU PMingLiU Tahoma Verdana 宋体 SimSun 新宋体 SimSun 仿宋_GB2312 FangSong_GB2312 楷体_GB2312KaiTi_GB2312 黑体SimHei

  设置字体渲染为单色:系统->首选项->字体