all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Takashi Hiromatsu <matsuan@ca2.so-net.ne.jp>
Subject: Re: fonts in carbon emacs
Date: Mon, 04 Jul 2005 13:02:59 +0900	[thread overview]
Message-ID: <m2ll4np6a4.wl%matsuan@ca2.so-net.ne.jp> (raw)
In-Reply-To: <m2oe9jpsjs.wl%matsuan@ca2.so-net.ne.jp>

> > I've been using fontsets defined with
> > create-fontset-from-mac-roman-font and I can display CJK characters as
> > well as mac-roman, mac-centraleurroman, mac-cyrillic, mac-symbol, and
> > mac-dingbats characters.
> 
> Could you tell me, what is correct to use "hiragino" font instead of
> "osaka", that is choosen by create-fontset-from-mac-roman-font?
> 
> T. Hiromatsu

I've tried 'set-fontset-font

After create a fontset like as below,
(create-fontset-from-mac-roman-font
 "-apple-monaco-medium-r-normal--8-*-*-*-*-*-mac-roman" nil "monaco08")

evaluate this.
(set-fontset-font
 "*monaco08"
 'japanese-jisx0208
 "-apple-ヒラギノ丸ゴ pro w4-medium-r-normal--8-*-*-*-m-*-jisx0208.1983-sjis" 
 )

OK, I can see specified fonts. But it is not scaleable.

Also, I tried this.
(set-fontset-font
 "*monaco08"
 'japanese-jisx0208
 "-apple-ヒラギノ丸ゴ pro w4-medium-r-normal--*-*-*-*-m-*-jisx0208.1983-sjis" 
 )
Only -12- size fonts were used.

I experienced, when I use 'face-ignored-fonts, Japanese font, choosed
automatically, became scaleable. But, if the font name has japanese
characters, 'face-ignored-fonts doesn't work correctly.

Is there any special functions to set CJK fonts on MAC OSX, like
'create-fontset-from-mac-roman-font ?

T. Hiromatsu

  parent reply	other threads:[~2005-07-04  4:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-03  8:21 fonts in carbon emacs Peter Novodvorsky
2005-07-03  9:23 ` Peter Novodvorsky
2005-07-03  9:56 ` Takashi Hiromatsu
2005-07-03 10:44   ` Randal L. Schwartz
2005-07-03 11:11   ` Peter Novodvorsky
2005-07-03 12:15     ` YAMAMOTO Mitsuharu
2005-07-03 13:19       ` Peter Novodvorsky
2005-07-03 13:25       ` Peter Novodvorsky
2005-07-03 19:44         ` Takashi Hiromatsu
2005-07-04  3:33         ` YAMAMOTO Mitsuharu
2005-07-03 20:01       ` Takashi Hiromatsu
2005-07-04  3:31         ` YAMAMOTO Mitsuharu
2005-07-04  4:24           ` Takashi Hiromatsu
2005-07-04  4:02         ` Takashi Hiromatsu [this message]
2005-07-04 14:31       ` Stefan Monnier
2005-07-13  9:22       ` YAMAMOTO Mitsuharu
2005-07-03 11:54   ` Peter Novodvorsky

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

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

  git send-email \
    --in-reply-to=m2ll4np6a4.wl%matsuan@ca2.so-net.ne.jp \
    --to=matsuan@ca2.so-net.ne.jp \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.