emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: [emacs-unicode-2] Turkish characters are not anti aliased


From: Kenichi Handa
Subject: Re: [emacs-unicode-2] Turkish characters are not anti aliased
Date: Wed, 29 Nov 2006 21:46:26 +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>, Ismail Donmez <address@hidden> writes:

> 29 Kas 2006 Çar 13:07 tarihinde şunları yazmıştınız:
> > In article <address@hidden>, Ismail Donmez 
> <address@hidden> writes:
> > > The current CVS HEAD of emacs-unicode-2 does not anti-alias Turkish
> > > characters whereas it anti-aliases fine rest of the characters. I put up
> > > a screenshot at http://cekirdek.pardus.org.tr/~ismail/tmp/aliased.png .
> >
> > Please check which font is used for Turkish characters and
> > for the others by C-u C-x =.

> I am using Tahoma font via --font "Tahoma", but checking with C-u C-x its 
> using Terminus fixed size font for Turkish characters but using Tahoma for 
> others. I wonder why?

Does this fix your problem?

(set-fontset-font
 (frame-parameter nil 'font)
 'latin
 '("tahoma" . "unicode-bmp"))

If so, this is the known problem of fontset not yet matured
for font-backend feature.

---
Kenichi Handa
address@hidden




reply via email to

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