[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

IME のフォント設定について



毛利@M&Mです.

今まで Windows 98SE, Windows 2000 で下記設定を使用して,
IME の未確定文字のフォントを設定していました.
同じ設定を Windows XP 上で使用すると IME の未確定文字が
等幅フォントになりません.
Windows XP では設定の仕方が違うのでしょうか?
ご存知の方, 教えて下さい.

(w32-add-font "fixedsys-ascii"
	      '((default-ascent . 0)
		(relative-compose . 0)
		(encoding-type . 0)
		(overhang . 0)
		(base   . 16)
		(height . 16)
		(width  . 8)))
(w32-change-font-logfont "fixedsys-ascii" 0
			 '(w32-logfont "FixedSys" 8 16 400 0 nil nil nil 128 1 1 1))
(w32-add-font "fixedsys-katakana"
	      '((default-ascent . 0)
		(relative-compose . 0)
		(encoding-type . 1)
		(overhang . 0)
		(base   . 16)
		(height . 16)
		(width  . 8)))
(w32-change-font-logfont "fixedsys-katakana" 0
			 '(w32-logfont "FixedSys" 8 16 400 0 nil nil nil 128 1 1 1))
(w32-add-font "fixedsys-jisx0208"
	      '((default-ascent . 0)
		(relative-compose . 0)
		(encoding-type . 4)
		(overhang . 0)
		(base   . 16)
		(height . 16)
		(width  . 8)))
(w32-change-font-logfont "fixedsys-jisx0208" 0
			 '(w32-logfont "FixedSys" 8 16 400 0 nil nil nil 128 1 1 1))
(new-fontset "fixedsys-fontset"
	     '((ascii . "fixedsys-ascii")
	       (katakana-jisx0201 . "fixedsys-katakana")
	       (japanese-jisx0208 . "fixedsys-jisx0208")))

(setq initial-frame-alist
      '(
	(top . 0)
	(left . 210)
	(width . 100)
	(height . 42)
	(foreground-color . "white")
	(background-color . "black")
	(border-color . "white")
	(cursor-color . "black")
	(font . "intlfonts")
	(ime-font . "fixedsys-jisx0208")
	(vertical-scroll-bars . nil)
	))

-- 

********************************************************
Name    :                               M&M 毛利 正行
Address : 〒 433-8119 静岡県浜松市高丘北2丁目56−16
Tel     :                                   053-414-1561
Fax     :                                   053-414-1562
E-mail  :                          masayuki@xxxxxxxxxxxx
********************************************************