unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Kenichi Handa <handa@m17n.org>
Cc: Kevin Yu <yujie052@gmail.com>, emacs-devel@gnu.org
Subject: Re: Ntemacs chooses wrong font.
Date: Wed, 11 Jun 2008 13:34:44 +0100	[thread overview]
Message-ID: <484FC664.1070403@gnu.org> (raw)
In-Reply-To: <E1K6Oqr-0004xw-BO@etlken.m17n.org>

Kenichi Handa wrote:
> I currently explicitly generate a unibyte string for font
> names just to avoid the font name encoding problem until the
> font-backend codes gets stable.
>   

Does that mean that the encoding will eventually be done in generic 
code, so I should avoid fixing this in w32font.c?

> Emacs at first checks if a charater is supported by the
> frame font (here "Monaco-10") to avoid unnecessary looking
> up of fontset table .  If supported, the frame font is used.
> And, in your case, the font backend on Windows says that the
> frame font supports it.  That is the problem.
>   

The problem appears to be that the system API used in one of the 
encode_char functions on Windows (I don't know whether it is uniscribe 
or gdi) seems to return a space glyph for unsupported characters in some 
fonts, instead of 0 (which is ".notdef" according to the truetype spec).

Perhaps C-u C-x = should also report which font backend a font belongs 
to, to make tracking these sorts of bugs down easier.

> It seems that you saved the file with some of legacy
> encoding (e.g. euc-cn, big5).  On reading such a file, Emacs
> adds a charset text-property (e.g. chinese-gb2312, big5),
> and if a character has such a property, Emacs doesn't try
> the frame font, but does a normal fontset looking up
> (because `charset' information may change the priority of
> fonts).  So, your fontset setting above takes effect.
>   

Ah, that explains a lot.

> Perhaps, we should not try the frame font for a certain
> group of charcters (e.g. han, indic, ??).
>   

Where is the has_char function used? On Windows, this should work to 
filter out unsuitable fonts, as it checks the character against the 
font's supported scripts.





  parent reply	other threads:[~2008-06-11 12:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-06 12:52 Ntemacs chooses wrong font Kevin Yu
2008-06-06 21:23 ` Jason Rumney
2008-06-07  2:41   ` Kevin Yu
2008-06-11  2:32     ` Kevin Yu
2008-06-11  8:36     ` Jason Rumney
2008-06-11 10:51       ` Kevin Yu
2008-06-11 11:27         ` Jason Rumney
2008-06-11 12:05           ` Kevin Yu
2008-06-11 12:40             ` Jason Rumney
2008-06-11 11:50         ` Kenichi Handa
2008-06-11 12:09           ` Kevin Yu
2008-06-11 12:29             ` Kenichi Handa
2008-06-11 12:34           ` Jason Rumney [this message]
2008-06-11 13:11             ` Kenichi Handa
2008-06-11 13:48             ` Juanma Barranquero
2008-06-16 21:37 ` Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=484FC664.1070403@gnu.org \
    --to=jasonr@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=yujie052@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).