Fedora Core3的中文美化和xmms播放mp3解决方案

    技术2022-05-11  136

    1、复制winxp下的simsun.ttc到linux字体目录 #cp simsun.ttc /usr/share/fonts/zh_CN/TrueType/simsun.ttf 2、创建字体索引信息 #fc-cache /usr/share/fonts/zh_CN/TrueType/ (打开firefox,菜单-》编辑-》首选项-》左侧点“基本信息”后,选项“字体和信息...”进入,语言编码选“简体中文”,下面“衬字字体”、“无衬字字体”、“等宽字体”均选择simsum,右侧的三个字体大小将选择13。至此,你的firefox里的页面显示应该已经非常不错了。(如果没看到效果,可能要重启以注册字体) 3、编辑以支持桌面英文亮显 #vi /etc/fonts/fonts.conf 在 <!-- Some Asian fonts misadvertise themselves as monospaced when in fact they are dual-spaced (half and full). This makes FreeType very confused as it forces all widths to match. Undo this magic by disabling the width forcing code --> 的前面插入: <match target="font"> <test name="family"><string>SimSun</string></test> <edit name="antialias" mode="assign"><bool>false</bool></edit> </match> 4、主菜单-》控制中心-》外观和主题-》字体-》调整全部字体,选择simsum和11号,应用,确定。 5、重启。

    最新回复(0)