LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: hfh

kubuntu 的字体中看 跳过那只懒狗 有些是空白的 有些是黑点

[复制链接]
发表于 2005-4-13 19:13:30 | 显示全部楼层
#dpkg-reconfigure locales

这里选上zh开头的locale

#apt-cache search fonts

找到ttf--****的中文字体装上。

#apt-get install x-ttcidfont-conf ttf-freefont

这样是可以做到的。#vi /var/mail/******  看看邮件的说明

#cd /home/*****
#ls -a
#vi .fonts.conf   (要是没有.fonts.conf)  这样可以建一个。

将.fonts.conf中的内容去掉。

换上着几句

<?xml version="1.0"?>
<match target="font" >
<test compare="contains" target="pattern" name="lang" >
  <string>zh-tw</string>
  <string>zh-cn</string>
  <string>ja</string>
  <string>ko</string>
</test>
<edit name="spacing" >
  <const>proportional</const>
</edit>
<edit name="globaladvance" >
  <bool>false</bool>
</edit>
<match target="font" >
  <edit mode="assign" name="hinting" >
   <bool>true</bool>
  </edit>
</match>
<match target="font" >
  <edit mode="assign" name="hintstyle" >
   <const>hintmedium</const>
  </edit>
</match>
<dir>~/.fonts</dir>
</match>
回复 支持 反对

使用道具 举报

发表于 2005-4-13 19:32:25 | 显示全部楼层
$sudo apt-get install kubuntu-desktop kde-i18n-zhcn
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-13 21:04:13 | 显示全部楼层
谢谢gan007兄弟的帮忙 我在试试
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-15 19:58:33 | 显示全部楼层
顶一顶 呵呵
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表