unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Kevin Yu" <yujie052@gmail.com>
To: "Jason Rumney" <jasonr@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Ntemacs chooses wrong font.
Date: Wed, 11 Jun 2008 20:05:54 +0800	[thread overview]
Message-ID: <42b562540806110505t4ee63fecxa8f229d8c4ecd1ad@mail.gmail.com> (raw)
In-Reply-To: <484FB69F.2060200@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]

If I change font configuration to:
(set-frame-font "Monaco-10")
(set-fontset-font (frame-parameter nil 'font)
          'han (font-spec :family "Microsoft Yahei" :size 16))
(set-fontset-font (frame-parameter nil 'font)
          'symbol (font-spec :family "Microsoft Yahei" :size 16))
(set-fontset-font (frame-parameter nil 'font)
          'cjk-misc (font-spec :family "Microsoft Yahei" :size 16))
(set-fontset-font (frame-parameter nil 'font)
          'bopomofo (font-spec :family "Microsoft Yahei" :size 16))

Emacs will use the right Chinese font.

On Wed, Jun 11, 2008 at 7:27 PM, Jason Rumney <jasonr@gnu.org> wrote:

> Kevin Yu wrote:
> > Here's my font related configuration
> >
> > (set-language-environment "chinese-gb18030")
> > (set-frame-font "Monaco-10")
> > (set-fontset-font (frame-parameter nil 'font)
> > 'han '("Microsoft Yahei"."unicode-bmp"))
> > (set-fontset-font (frame-parameter nil 'font)
> > 'symbol '("Microsoft Yahei"."unicode-bmp"))
> > (set-fontset-font (frame-parameter nil 'font)
> > 'cjk-misc '("Microsoft Yahei"."unicode-bmp"))
> > (set-fontset-font (frame-parameter nil 'font)
> > 'bopomofo '("Microsoft Yahei"."unicode-bmp"))
>
> Thanks, I can reproduce the original problem with these settings.
>
> For the other problem (a different font being used even when Chinese
> characters display), you may need to use the localized font name of
> Microsoft Yahei. Maybe the following will tell you what that is, as I
> expect that Windows recognizes the ASCII names for fonts even if it
> outputs the localized name.
>
> (list-fonts (font-spec :family "Microsoft Yahei"))
>
>
>

[-- Attachment #2: Type: text/html, Size: 2372 bytes --]

  reply	other threads:[~2008-06-11 12:05 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 [this message]
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
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=42b562540806110505t4ee63fecxa8f229d8c4ecd1ad@mail.gmail.com \
    --to=yujie052@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@gnu.org \
    /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).