[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 中文黑体的问题



我是用方正粗宋来代替粗体simsun,没有安装任何补丁,比simhei来代替效果要好一些,如果你是用simhei可以将下面的FZCuSong-B09S改成simhei就行了。将下面代码加到/etc/fonts/local.conf里面。
<match target="pattern">
            <test name="weight" compare="more">
               <const>medium</const>
            </test>
            <test name="family" compare="eq">
               <string>SimSun</string>
            </test>
            <edit name="family" mode="assign">
               <string>FZCuSong-B09S</string>
            </edit>
</match>
<match target="pattern">
            <test name="weight" compare="more">
               <const>medium</const>
            </test>
            <test name="family" compare="eq">
               <string>NSimSun</string>
            </test>
            <edit name="family" mode="assign">
               <string>FZCuSong-B09S</string>
            </edit>
</match>

On Apr 11, 2005 12:10 PM, Falls Huang <bhuang@qubit-star.com> wrote:
> Hello!
>         可以贴下你的 .fonts.conf或者其他的配置文件么? thx!
> 
> wd wrote:
> > Dear Falls Huang,
> >
> > 设置fontconfig,将黑体替换成simhei。似乎可以。
> >
> >
> > ----------------------- Original Message -----------------------
> > On Mon, 11 Apr 2005 10:25:36 +0800
> > Falls Huang <bhuang@qubit-star.com> wrote:
> >
> >
> >>Hello!
> >>      我升级fontconfig到2.3.1-2后,发现没有gnome下的程序和thunderbird中的中文
> >>字体没有黑体。有没有方法能不打firefly补丁而显示中文黑体么?
> >
> 
> --
> To UNSUBSCRIBE, email to debian-chinese-gb-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 


-- 
欢迎光临我的blog
http://deerlux.blogchina.com



Reply to: