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

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

Re: bug#1473: 23.0.60; Tooltips are not antialiased


From: address@hidden
Subject: Re: bug#1473: 23.0.60; Tooltips are not antialiased
Date: Sun, 4 Jan 2009 02:49:30 -0800 (PST)
User-agent: G2/1.0

On 5 дек 2008, 07:35, Chong Yidong <c...@stupidchicken.com> wrote:
> > I use Xtf font backend under X. Everything is drawn antialiased as
> > expected except tooltips.
>
> Hmm, I can't reproduce this with latest CVS (x86_64-unknown-linux-gnu,
> GTK+ Version 2.14.4).  The tooltips from the toolbar and mode-line are
> definitely antialiased.
>
> You could try compiling directly from CVS code and see if the problem
> persists.  Otherwise, I'm not sure what to try.

Happy New Year!

I've just checked the problem with the latest snapshot and it's still
here. Here are the relevant customizations:

from .emacs:

(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(fixed-pitch ((t (:family "DejaVu Sans Mono"))))
 '(variable-pitch ((t (:family "DejaVu Sans")))))

from .Xresources:

emacs*fontBackend: xft
emacs*font: DejaVu Sans Mono-11
emacs*toolBar: off

Note that the tooltip face is by default inherited from the variable-
pitch face. The variable-pitch face is drawn antialiased in the emacs
frame, but not in the tool tips. Also, if I remove the inheritance,
the tool tips become antialiased.

Hope it will help to track down the problem,
Andrey


reply via email to

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