Board logo

标题: Ubuntu下flash中的字体乱码解决方法 [打印本页]

作者: Nothing    时间: 2008-11-8 11:15     标题: Ubuntu下flash中的字体乱码解决方法

编辑  /etc/fonts/conf.d 下面的 49-sansserif.conf 文件
sudo gedit /etc/fonts/conf.d/49-sansserif.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
If the font still has no generic name, add sans-serif
-->
<match target="pattern">
<test qual="all" name="family" compare="not_eq">
<string>sans-serif</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>serif</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>monospace</string>
</test>
<edit name="family" mode="append_last">
<string>sans-serif</string>
</edit>
</match>
</fontconfig>


把红色粗体中的sans-serif改成sans就可以了
作者: netice    时间: 2008-11-11 22:06

Ubuntu是什么系统    华哥,你对系统研究也痴狂了。。基本上没有你不研究的了

直接把xml保存成UTF-8格式的不就可以了吗?
<?xml version="1.0" encoding="UTF-8"?>
作者: Nothing    时间: 2008-11-12 09:55

Ubuntu是一个Linux发行版,各种功能算下来是非常好用的桌面版Linux,我现在用的系统就是Ubuntu。
那个XML是改系统配制,将英文字体改成中文字体。而不是下载的文件。
作者: netice    时间: 2008-11-12 19:50

    有机会我也安装个搞下,,Linux和windows可以同时安装吗?




欢迎光临 编程开发论坛 (http://bbs.lihuasoft.net/) Powered by Discuz! 6.0.0