emacs-devel
[Top][All Lists]
Advanced

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

Re: fonts in carbon emacs


From: Takashi Hiromatsu
Subject: Re: fonts in carbon emacs
Date: Mon, 04 Jul 2005 13:02:59 +0900
User-agent: Wanderlust/2.15.1 (Almost Unreal) SEMI/1.14.6 (Maruoka) LIMIT/1.14.9 (Domyoji) APEL/10.6 Emacs/22.0.50 (powerpc-apple-darwin8.1.0) MULE/5.0 (SAKAKI)

> > 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




reply via email to

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