谁帮贴一份8.10的29-language-selector-zh.conf啊?莫明其妙就给我清空了。

系统字体配置、中文显示和输入法问题
回复
linee
帖子: 86
注册时间: 2007-08-09 14:29

谁帮贴一份8.10的29-language-selector-zh.conf啊?莫明其妙就给我清空了。

#1

帖子 linee » 2008-11-04 20:00

用管理员身份打开/etc/fonts/conf.avail,复制29-language-selector-zh.conf到/etc/fonts/conf.d,里面有个符号连接,提示替换,我替换了,结果把/etc/fonts/conf.avail里的29-language-selector-zh.conf清空了。奇怪啊。
fangqz
帖子: 67
注册时间: 2007-11-06 20:34

Re: 谁帮贴一份8.10的29-language-selector-zh.conf啊?莫明其妙就给我清空了。

#2

帖子 fangqz » 2008-11-05 22:05

是这个吧!
linee
帖子: 86
注册时间: 2007-08-09 14:29

Re: 谁帮贴一份8.10的29-language-selector-zh.conf啊?莫明其妙就给我清空了。

#3

帖子 linee » 2008-11-06 11:20

fangqz 写了:是这个吧!
谢谢回复,没贴上来啊。
alxen
帖子: 79
注册时间: 2006-12-25 12:27
联系:

Re: 谁帮贴一份8.10的29-language-selector-zh.conf啊?莫明其妙就给我清空了。

#4

帖子 alxen » 2008-11-06 12:41

这里

代码: 全选

<fontconfig>

	<match target="font" >
		<test name="family" compare="contains" >
			<string>Song</string>
			<string>Sun</string>
			<string>Ming</string>
		</test> 
		<edit name="globaladvance">
			<bool>false</bool>
		</edit>
		<edit name="spacing">
			<int>0</int>
		</edit>
		<edit name="hinting">
			<bool>true</bool>
		</edit>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
		<edit name="antialias" mode="assign">
			<bool>true</bool>
		</edit>
                <test compare="more_eq" name="pixelsize">
                        <double>11</double>
                </test>
                <test compare="less_eq" name="pixelsize">
                        <double>16</double>
                </test>
		<edit name="antialias" mode="assign" >
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>
linee
帖子: 86
注册时间: 2007-08-09 14:29

Re: 谁帮贴一份8.10的29-language-selector-zh.conf啊?莫明其妙就给我清空了。

#5

帖子 linee » 2008-11-06 15:46

alxen 写了:这里

代码: 全选

<fontconfig>

	<match target="font" >
		<test name="family" compare="contains" >
			<string>Song</string>
			<string>Sun</string>
			<string>Ming</string>
		</test> 
		<edit name="globaladvance">
			<bool>false</bool>
		</edit>
		<edit name="spacing">
			<int>0</int>
		</edit>
		<edit name="hinting">
			<bool>true</bool>
		</edit>
		<edit name="autohint">
			<bool>false</bool>
		</edit>
		<edit name="antialias" mode="assign">
			<bool>true</bool>
		</edit>
                <test compare="more_eq" name="pixelsize">
                        <double>11</double>
                </test>
                <test compare="less_eq" name="pixelsize">
                        <double>16</double>
                </test>
		<edit name="antialias" mode="assign" >
			<bool>false</bool>
		</edit>
	</match>
</fontconfig>
谢谢alxen了, 就是这个.
回复