|
发表于 2005-4-2 00:24:07
|
显示全部楼层
- <match target="font">
- <test target="pattern" name="lang" compare="contains">
- <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>
复制代码
添加到/etc/fonts/font.conf文件中! |
|