|
|
发表于 2006-1-2 13:45:08
|
显示全部楼层
把下面这段加到 /etc/fonts/local.conf
- <match target="font">
- <test target="pattern" name="lang" compare="contains">
- <string>zh-cn</string>
- <string>zh-tw</string>
- <string>ja</string>
- <string>ko</string>
- </test>
- <edit name="spacing">
- <const>proportional</const>
- </edit>
- <edit name="globaladvance">
- <bool>false</bool>
- </edit>
- </match>
复制代码 |
|