[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unicode font-backend + tiling
From: |
Zhang Wei |
Subject: |
Re: unicode font-backend + tiling |
Date: |
Thu, 07 Dec 2006 12:29:43 +0800 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 |
Kenichi Handa <address@hidden> writes:
[...]
> By the way, I've just installed another fix for Xft
> font-backend so that fontconfig's setting takes effect.
>
> With the latest code, when I have this in ~/.fonts.conf:
>
> <?xml version="1.0"?>
> <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
> <fontconfig>
> <match target="pattern">
> <test name="family">
> <string>AR PL SungtiL GB</string>
> </test>
> <edit name="antialias" mode="assign">
> <bool>false</bool>
> </edit>
> </match>
>
> and set han script code as this:
>
> (set-fontset-font
> "fontset-default"
> 'han
> '("AR PL SungtiL GB" . "iso10646-1"))
>
> Chinese characters are dispalyed without antialias.
But the following fontconfig setting still takes no effect:
--8<---------------cut here---------------start------------->8---
<match target="font" >
<test qual="any" name="family" compare="eq" >
<string>SimSun</string>
</test>
<test name="pixelsize" compare="more_eq" >
<double>12</double>
</test>
<test name="pixelsize" compare="less_eq" >
<double>18</double>
</test>
<edit name="antialias" mode="assign" >
<bool>false</bool>
</edit>
</match>
--8<---------------cut here---------------end--------------->8---
- Re: unicode font-backend + tiling, (continued)
- Re: unicode font-backend + tiling, Kenichi Handa, 2006/12/06
- Re: unicode font-backend + tiling, Stefan Monnier, 2006/12/05
- Re: unicode font-backend + tiling, Zhang Wei, 2006/12/04
- Re: unicode font-backend + tiling, Mikhail Gusarov, 2006/12/05
- Re: unicode font-backend + tiling, Kenichi Handa, 2006/12/06
- Re: unicode font-backend + tiling, Leo, 2006/12/06
- Re: unicode font-backend + tiling, Kenichi Handa, 2006/12/06
- Re: unicode font-backend + tiling, Leo, 2006/12/06
- Re: unicode font-backend + tiling, Romain Francoise, 2006/12/06
- bug of char-displayable-p [Re: unicode font-backend + tiling], Kenichi Handa, 2006/12/06
- Re: unicode font-backend + tiling,
Zhang Wei <=
- Re: unicode font-backend + tiling, Miles Bader, 2006/12/07
- Re: unicode font-backend + tiling, Kenichi Handa, 2006/12/07
- Re: unicode font-backend + tiling, James Cloos, 2006/12/07
- Re: unicode font-backend + tiling, Kenichi Handa, 2006/12/13
- Re: unicode font-backend + tiling, James Cloos, 2006/12/13
- Re: unicode font-backend + tiling, Zhang Wei, 2006/12/07
Re: unicode font-backend + tiling, Jan Djärv, 2006/12/05