欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

FreeBSD系统下添加中文字体

程序员文章站 2022-07-07 10:57:12
1. 准备中文字体 Windows有不错的中文字体sim*.ttc 2. 创建目录/usr/X11R/lib/X11/fonts/TrueType,将sim*.ttc拷贝到此目录下 3. 刷新字体库 #fc-cache -f -v 4. ... 08-09-08...
1. 准备中文字体
windows有不错的中文字体sim*.ttc

2. 创建目录/usr/x11r/lib/x11/fonts/truetype,将sim*.ttc拷贝到此目录下

3. 刷新字体库
#fc-cache -f -v

4. 编辑/etc/x11/xorg.conf文件,在section "files"段添加:
fontpath "/usr/x11r6/lib/x11/fonts/truetype/"
将其它的字体路径注掉,可以加快启动速度
修改后为:
section "files"
    rgbpath      "/usr/x11r6/lib/x11/rgb"
    modulepath   "/usr/x11r6/lib/modules"
    fontpath     "/usr/x11r6/lib/x11/fonts/truetpye/"
section "module"
        load  "dbe"
        load  "dri"
        load  "extmod"
        load  "glx"
        #load  "record"
        load  "xtrap"
        #load  "freetype"
        #load  "type1"