LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 824|回复: 11

我的中文 斜体怎么弄都是抗锯齿的 ? 晕

[复制链接]
发表于 2007-6-19 08:22:33 | 显示全部楼层 |阅读模式
fonts.conf 里也加了

<match target="font">
<test qual="any" name="family" compare="eq">
<string>ar pl shanheisun uni</string>
<string>ar pl zenkai uni</string>
<string>SimSun</string>
<string>NSimSun</string>
<string>SimHei</string>
<string>LiSu</string>
<string>YouYuan</string>
</test>
<test name="pixelsize" compare="more_eq"><double>8</double></test>
<test name="pixelsize" compare="less_eq"><double>18</double></test>
<edit name="antialias"><bool>false</bool> </edit>
</match>

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2007-6-19 10:09:53 | 显示全部楼层
。。字体WQY。。。。它好像不能没有锯齿的话~哈哈,不知道AA对它有用不。
我不是很明白。不过呢,你吧WQY的字体删除了,用其他的字体,就能了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-19 10:49:47 | 显示全部楼层
好像是wqy的关系  加入wqy之前也没注意到有这个问题

不过现在把wqy删除了 还是不行   晕。。。。。。
回复 支持 反对

使用道具 举报

发表于 2007-6-19 14:20:46 | 显示全部楼层
还是一样的?你设置下字体顺序。我安装了WQY和一半的firefly还有另外两个,都没有改了。一直就喜欢这样。之前没有安装wqy就不会出现锯齿状。现在用wqy也会。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-19 14:31:10 | 显示全部楼层
字体 顺序?  你是指 fonts.conf 么?

这个我西我没怎么碰   基本是默认的

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>

<!--
        DO NOT EDIT THIS FILE.
        IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
        LOCAL CHANGES BELONG IN 'local.conf'.

        The intent of this standard configuration file is to be adequate for
        most environments.  If you have a reasonably normal environment and
        have found problems with this configuration, they are probably
        things that others will also want fixed.  Please submit any
        problems to the fontconfig bugzilla system located at fontconfig.org

        Note that the normal 'make install' procedure for fontconfig is to
        replace any existing fonts.conf file with the new version.  Place
        any local customizations in local.conf which this file references.

        Keith Packard
-->

<!-- Font directory list -->

        <dir>/usr/share/fonts</dir>
       
        <dir>~/.fonts</dir>

        <dir>/usr/share/fonts/zh_CN/TrueType</dir>

        <dir>/usr/share/fonts/zh_CN/wqy</dir>

<!-- Font cache directory list -->

        <cachedir>/var/cache/fontconfig</cachedir>
        <cachedir>~/.fontconfig</cachedir>

<!--
  Accept deprecated 'mono' alias, replacing it with 'monospace'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>mono</string>
                </test>
                <edit name="family" mode="assign">
                        <string>monospace</string>
                </edit>
        </match>

<!--
  Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>sans serif</string>
                </test>
                <edit name="family" mode="assign">
                        <string>sans-serif</string>
                </edit>
        </match>

<!--
  Accept deprecated 'sans' alias, replacing it with 'sans-serif'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>sans</string>
                </test>
                <edit name="family" mode="assign">
                        <string>sans-serif</string>
                </edit>
        </match>

<!--
  Load local system customization file
-->
        <include ignore_missing="yes">conf.d</include>

        <config>
<!--
  These are the default Unicode chars that are expected to be blank
  in fonts.  All other blank chars are assumed to be broken and
  won't appear in the resulting charsets
-->
                <blank>
                        <int>0x0020</int>        <!-- SPACE -->
                        <int>0x00A0</int>        <!-- NO-BREAK SPACE -->
                        <int>0x00AD</int>        <!-- SOFT HYPHEN -->
                        <int>0x034F</int>        <!-- COMBINING GRAPHEME JOINER -->
                        <int>0x0600</int>        <!-- ARABIC NUMBER SIGN -->
                        <int>0x0601</int>        <!-- ARABIC SIGN SANAH -->
                        <int>0x0602</int>        <!-- ARABIC FOOTNOTE MARKER -->
                        <int>0x0603</int>        <!-- ARABIC SIGN SAFHA -->
                        <int>0x06DD</int>        <!-- ARABIC END OF AYAH -->
                        <int>0x070F</int>        <!-- SYRIAC ABBREVIATION MARK -->
                        <int>0x115F</int>        <!-- HANGUL CHOSEONG FILLER -->
                        <int>0x1160</int>        <!-- HANGUL JUNGSEONG FILLER -->
                        <int>0x1680</int>        <!-- OGHAM SPACE MARK -->
                        <int>0x17B4</int>        <!-- KHMER VOWEL INHERENT AQ -->
                        <int>0x17B5</int>        <!-- KHMER VOWEL INHERENT AA -->
                        <int>0x180E</int>        <!-- MONGOLIAN VOWEL SEPARATOR -->
                        <int>0x2000</int>        <!-- EN QUAD -->
                        <int>0x2001</int>        <!-- EM QUAD -->
                        <int>0x2002</int>        <!-- EN SPACE -->
                        <int>0x2003</int>        <!-- EM SPACE -->
                        <int>0x2004</int>        <!-- THREE-PER-EM SPACE -->
                        <int>0x2005</int>        <!-- FOUR-PER-EM SPACE -->
                        <int>0x2006</int>        <!-- SIX-PER-EM SPACE -->
                        <int>0x2007</int>        <!-- FIGURE SPACE -->
                        <int>0x2008</int>        <!-- PUNCTUATION SPACE -->
                        <int>0x2009</int>        <!-- THIN SPACE -->
                        <int>0x200A</int>        <!-- HAIR SPACE -->
                        <int>0x200B</int>        <!-- ZERO WIDTH SPACE -->
                        <int>0x200C</int>        <!-- ZERO WIDTH NON-JOINER -->
                        <int>0x200D</int>        <!-- ZERO WIDTH JOINER -->
                        <int>0x200E</int>        <!-- LEFT-TO-RIGHT MARK -->
                        <int>0x200F</int>        <!-- RIGHT-TO-LEFT MARK -->
                        <int>0x2028</int>        <!-- LINE SEPARATOR -->
                        <int>0x2029</int>        <!-- PARAGRAPH SEPARATOR -->
                        <int>0x202A</int>        <!-- LEFT-TO-RIGHT EMBEDDING -->
                        <int>0x202B</int>        <!-- RIGHT-TO-LEFT EMBEDDING -->
                        <int>0x202C</int>        <!-- POP DIRECTIONAL FORMATTING -->
                        <int>0x202D</int>        <!-- LEFT-TO-RIGHT OVERRIDE -->
                        <int>0x202E</int>        <!-- RIGHT-TO-LEFT OVERRIDE -->
                        <int>0x202F</int>        <!-- NARROW NO-BREAK SPACE -->
                        <int>0x205F</int>        <!-- MEDIUM MATHEMATICAL SPACE -->
                        <int>0x2060</int>        <!-- WORD JOINER -->
                        <int>0x2061</int>        <!-- FUNCTION APPLICATION -->
                        <int>0x2062</int>        <!-- INVISIBLE TIMES -->
                        <int>0x2063</int>        <!-- INVISIBLE SEPARATOR -->
                        <int>0x206A</int>        <!-- INHIBIT SYMMETRIC SWAPPING -->
                        <int>0x206B</int>        <!-- ACTIVATE SYMMETRIC SWAPPING -->
                        <int>0x206C</int>        <!-- INHIBIT ARABIC FORM SHAPING -->
                        <int>0x206D</int>        <!-- ACTIVATE ARABIC FORM SHAPING -->
                        <int>0x206E</int>        <!-- NATIONAL DIGIT SHAPES -->
                        <int>0x206F</int>        <!-- NOMINAL DIGIT SHAPES -->
                        <int>0x3000</int>        <!-- IDEOGRAPHIC SPACE -->
                        <int>0x3164</int>        <!-- HANGUL FILLER -->
                        <int>0xFEFF</int>        <!-- ZERO WIDTH NO-BREAK SPACE -->
                        <int>0xFFA0</int>        <!-- HALFWIDTH HANGUL FILLER -->
                        <int>0xFFF9</int>        <!-- INTERLINEAR ANNOTATION ANCHOR -->
                        <int>0xFFFA</int>        <!-- INTERLINEAR ANNOTATION SEPARATOR -->
                        <int>0xFFFB</int>        <!-- INTERLINEAR ANNOTATION TERMINATOR -->
                </blank>
<!--
  Rescan configuration every 30 seconds when FcFontSetList is called
-->
                <rescan>
                        <int>30</int>
                </rescan>
        </config>

</fontconfig>
回复 支持 反对

使用道具 举报

发表于 2007-6-19 14:36:26 | 显示全部楼层
不要理会它,我一直是修改/etc/fonts/conf.avail里面的东西
你有什么字体呢?能列出来看看吗?
fc-list
回复 支持 反对

使用道具 举报

发表于 2007-6-19 14:40:04 | 显示全部楼层
还有你删除了Song ti这些字体没有?
位于
ls -l /usr/share/fonts/misc/gb*
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-19 14:46:04 | 显示全部楼层
Verdana:style=Normal,obyčejné,Standard,Κανονικά,Regular,Normaali,Normál,Normale,Standaard,Normalny,Обычный,Normálne,Navadno,Arrunta
Luxi Serif:style=Regular
LucidaBright:style=Italic
Utopia:style=Bold Italic
Nimbus Sans L:style=Regular Italic
DejaVu Serif,DejaVu Serif Condensed:style=Condensed,Book
Bitstream Vera Sans Mono:style=Bold
Serto Malankara:style=Regular
URW Palladio L:style=Roman
Century Schoolbook L:style=Bold Italic
Luxi Serif:style=Bold
DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold,Bold
Verdana:style=Negreta cursiva,tučné kurzíva,fed kursiv,Fett Kursiv,Έντονα Πλάγια,Bold Italic,Negrita Cursiva,Lihavoitu Kursivoi,Gras Italique,Félkövér dőlt,Grassetto Corsivo,Vet Cursief,Halvfet Kursiv,Pogrubiona kursywa,Negrito Itálico,Полужирный Курсив,Tučná kurzíva,Fet Kursiv,Kalın İtalik,Krepko poševno,Lodi etzana
DejaVu Sans,DejaVu Sans Condensed:style=Condensed Oblique,Oblique
DejaVu Sans Mono:style=Bold Oblique
Serto Mardin:style=Regular
Comic Sans MS:style=Normal,obyčejné,Standard,Κανονικά,Regular,Normaali,Normál,Normale,Standaard,Normalny,Обычный,Normálne,Navadno,Arrunta
LucidaTypewriter:style=Sans Bold
Fixed:style=Bold
Bitstream Vera Sans:style=Oblique
Estrangelo Edessa:style=Regular
Serto Kharput:style=Regular
Nimbus Sans L:style=Bold
Times:style=Bold Italic
Clean:style=Regular
Luxi Mono:style=Bold
Utopia:style=Bold
Estrangelo Nisibin:style=Regular
ClearlyU PUA:style=Regular
URW Chancery L:style=Medium Italic
Bitstream Vera Sans:style=Roman
Charter:style=Bold Italic
Bitstream Charter:style=Bold Italic
Luxi Sans:style=Bold
楷体_GB2312,KaiTi_GB2312:style=Regular
Serto Batnan:style=Bold
DejaVu Sans:style=Bold Oblique
Nimbus Roman No9 L:style=Regular
Century Schoolbook L:style=Bold
Century Schoolbook L:style=Italic
新宋体,NSimSun:style=Regular
Estrangelo Midyat:style=Regular
Estrangelo Talada:style=Regular
Courier:style=Bold Italic
Luxi Sans:style=Regular
Nimbus Sans L:style=Regular
Courier:style=Regular
URW Palladio L:style=Italic
Charter:style=Bold
Cursor:style=Regular
Helvetica:style=Oblique
微软雅黑,Microsoft YaHei:style=Normal,obyčejné,Standard,Κανονικά,Regular,Normaali,Normál,Normale,Standaard,Normalny,Обычный,Normálne,Navadno,Arrunta
LucidaBright:style=Regular
Nimbus Sans L:style=Bold Condensed
Terminal:style=Bold
Estrangelo Quenneshrin:style=Regular
仿宋_GB2312,FangSong_GB2312:style=Regular
URW Gothic L:style=Demi
Serto Jerusalem:style=Regular
East Syriac Ctesiphon:style=Regular
Nimbus Roman No9 L:style=Medium Italic
Bitstream Charter:style=Regular
Verdana:style=Negreta,tučné,fed,Fett,Έντονα,Bold,Negrita,Lihavoitu,Gras,Félkövér,Grassetto,Vet,Halvfet,Pogrubiony,Negrito,Полужирный,Fet,Kalın,Krepko,Lodia
Fixed:style=Bold SemiCondensed
Nimbus Mono L:style=Bold Oblique
Serto Jerusalem Outline:style=Regular
Dingbats:style=Regular
宋体,SimSun:style=Regular
Fixed:style=SemiCondensed
Bitstream Vera Sans Mono:style=Oblique
Nimbus Roman No9 L:style=Medium
Times:style=Bold
Nimbus Sans L:style=Bold Italic
Courier New:style=Normal,obyčejné,Standard,Κανονικά,Regular,Normaali,Normál,Normale,Standaard,Normalny,Обычный,Normálne,Navadno,thường,Arrunta
Courier 10 Pitch:style=Bold Italic
Charter:style=Italic
Luxi Mono:style=Regular
Estrangelo Antioch:style=Regular
DejaVu Sans:style=Oblique
Nimbus Mono L:style=Regular
Courier:style=Oblique
Bitstream Charter:style=Italic
Newspaper:style=Regular
Serto Urhoy:style=Bold
URW Gothic L:style=Book
Times:style=Italic
ClearlyU:style=Regular
Lucida:style=Sans Bold
Bitstream Vera Sans:style=Bold
Verdana:style=Cursiva,kurzíva,kursiv,Πλάγια,Italic,Kursivoitu,Italique,Dőlt,Corsivo,Cursief,Kursywa,Itálico,Курсив,İtalik,Poševno,Etzana
黑体,SimHei:style=Regular
Fixed:style=Oblique SemiCondensed
DejaVu Sans Mono:style=Oblique
DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold Oblique,Bold Oblique
Fixed:style=Oblique
DejaVu Serif:style=Oblique
LucidaTypewriter:style=Sans
New Century Schoolbook:style=Bold
DejaVu Serif:style=Bold Oblique
ClearlyU Alternate Glyphs:style=Regular
Courier 10 Pitch:style=Italic
Utopia:style=Italic
Courier:style=Bold Oblique
Lucida:style=Sans Italic
Bitstream Vera Serif:style=Roman
Lucida:style=Sans
DejaVu Sans,DejaVu Sans Light:style=ExtraLight
Tahoma:style=Normal,obyčejné,Standard,Κανονικά,Regular,Normaali,Normál,Normale,Standaard,Normalny,Обычный,Normálne,Navadno,thường,Arrunta
Bitstream Vera Sans Mono:style=Bold Oblique
Serto Urhoy:style=Regular
Luxi Serif:style=Oblique
Bitstream Vera Sans:style=Bold Oblique
Nimbus Sans L:style=Regular Condensed Italic
Tahoma:style=Negreta,tučné,fed,Fett,Έντονα,Bold,Negrita,Lihavoitu,Gras,Félkövér,Grassetto,Vet,Halvfet,Pogrubiony,Negrito,Полужирный,Fet,Kalın,Krepko,đậm,Lodia
Luxi Serif:style=Bold Oblique
Serto Batnan:style=Regular
URW Bookman L:style=Demi Bold
URW Bookman L:style=Light
Helvetica:style=Bold
URW Gothic L:style=Demi Oblique
Times:style=Regular
Standard Symbols L:style=Regular
New Century Schoolbook:style=Bold Italic
Bitstream Vera Sans Mono:style=Roman
Luxi Mono:style=Oblique
Courier 10 Pitch:style=Regular
DejaVu Sans,DejaVu Sans Condensed:style=Condensed,Book
Lucida:style=Sans Bold Italic
DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold,Bold
Helvetica:style=Regular
URW Palladio L:style=Bold
Luxi Sans:style=Oblique
Serto Mardin:style=Bold
微软雅黑,Microsoft YaHei:style=Negreta,tučné,fed,Fett,Έντονα,Bold,Negrita,Lihavoitu,Gras,Félkövér,Grassetto,Vet,Halvfet,Pogrubiony,Negrito,Полужирный,Fet,Kalın,Krepko,Lodia
Nimbus Sans L:style=Regular Condensed
URW Bookman L:style=Light Italic
Estrangelo TurAbdin:style=Regular
Courier:style=Italic
Century Schoolbook L:style=Roman
Nimbus Roman No9 L:style=Regular Italic
Charter:style=Regular
Courier 10 Pitch:style=Bold
DejaVu Sans:style=Bold
DejaVu Sans:style=Book
Serto Jerusalem:style=Italic
Terminal:style=Regular
Serto Jerusalem:style=Bold
Fixed:style=ko
URW Gothic L:style=Book Oblique
Fixed:style=ja
URW Palladio L:style=Bold Italic
Fixed:style=Regular
Helvetica:style=Bold Oblique
New Century Schoolbook:style=Italic
DejaVu Serif,DejaVu Serif Condensed:style=Condensed Oblique,Oblique
Luxi Sans:style=Bold Oblique
DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold Oblique,Bold Oblique
Nimbus Mono L:style=Regular Oblique
Bitstream Vera Serif:style=Bold
DejaVu Sans Mono:style=Book
Luxi Mono:style=Bold Oblique
DejaVu Sans Mono:style=Bold
Courier:style=Bold
Utopia:style=Regular
Nimbus Mono L:style=Bold
Goha\-Tibeb Zemen:style=Regular
Estrangelo Nisibin Outline:style=Regular
East Syriac Adiabene:style=Regular
Bitstream Charter:style=Bold
New Century Schoolbook:style=Regular
Nimbus Sans L:style=Bold Condensed Italic
URW Bookman L:style=Demi Bold Italic
DejaVu Serif:style=Book
DejaVu Serif:style=Bold


没有删     我看删了这些xmms就乱码了  又要设置
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-19 15:13:31 | 显示全部楼层
我把 gb* 移走了     也没有什么反应
回复 支持 反对

使用道具 举报

发表于 2007-6-19 15:25:18 | 显示全部楼层
斜体抗锯齿比不抗锯齿好看也清晰多了。为什么要改?
回复 支持 反对

使用道具 举报

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

本版积分规则

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