emacs-devel
[Top][All Lists]
Advanced

[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---






reply via email to

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