emacs-devel
[Top][All Lists]
Advanced

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

Re: Font Problem with 23.0.92.1 - wrong font used


From: Kenichi Handa
Subject: Re: Font Problem with 23.0.92.1 - wrong font used
Date: Tue, 14 Apr 2009 10:07:04 +0900

In article <address@hidden>, Taylor Venable <address@hidden> writes:

> It looks a lot better now.  Without the ja font, from a preliminary
> look everything seems to be good.  (See attached screenshot named
> emacs-no-ja-font.png)  However, with the ja font in the font path
> things are still a little off; bold faces are the wrong width (80
> rather than the requested 70) and some other faces (like tooltip and
> inactive mode line) use the "semicondensed" variant rather than the
> "normal" variant.  The default face is now correct though.  See
> attached screenshot named emacs-with-ja-font.png in the highlighted
> areas for the things that are still not quite right.

Ummm, weird.  Please define this function:

(defun font-file-at ()
  (interactive)
  (message "%s" (aref (query-font (font-at (point))) 1)))

and run it while putting cursor on "abc..." of `default',
`mode-line-inactive', and `tooltip' lines in *Faces* buffer
that is shown by M-x list-faces-display RET.

---
Kenichi Handa
address@hidden




reply via email to

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