emacs-devel
[Top][All Lists]
Advanced

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

Re: unicode font-backend + tiling


From: Leo
Subject: Re: unicode font-backend + tiling
Date: Wed, 06 Dec 2006 12:44:40 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

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.

-- 
Leo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]