[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unicode font-backend + tiling
From: |
Kenichi Handa |
Subject: |
Re: unicode font-backend + tiling |
Date: |
Wed, 06 Dec 2006 21:51:35 +0900 |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.91 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) |
In article <address@hidden>, Leo <address@hidden> writes:
> On WED, 6 DEC 2006, Kenichi Handa wrote:
> > 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.
> >
> This is awesome.
What is awesome? The procedure to make Chinese character
displayed without antialias? Or, the looking of Chinese
character displayed withtout antialias by the above font?
If it's the latter, I agree. At least that font is better
with antialias.
---
Kenichi Handa
address@hidden
- Re: unicode font-backend + tiling, (continued)
- Re: unicode font-backend + tiling, Kenichi Handa, 2006/12/05
- Re: unicode font-backend + tiling, Miles Bader, 2006/12/05
- Re: unicode font-backend + tiling, Kenichi Handa, 2006/12/05
- Re: unicode font-backend + tiling, Miles Bader, 2006/12/05
- 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 <=
- 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, 2006/12/06
- 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