]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-mule-font-info-database-ps): Typo fixed
authorKenichi Handa <handa@m17n.org>
Wed, 29 Sep 1999 11:48:36 +0000 (11:48 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 29 Sep 1999 11:48:36 +0000 (11:48 +0000)
(normat->normal).  Use correct font names for Korean
(Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).

lisp/ps-mule.el

index ddc5ca44bfa668da4d319b58139dfe14e044ec50..d4ca6e8b5c03c771f89fb77b62d6ad4bfca7ce82 100644 (file)
@@ -208,14 +208,14 @@ See also the variable `ps-font-info-database'.")
      (bold builtin "GothicBBB-Medium.Katakana" ps-mule-encode-7bit 1)
      (bold-italic builtin "GothicBBB-Medium.Katakana" ps-mule-encode-7bit 1))
     (latin-jisx0201
-     (normat builtin "Ryumin-Light.Hankaku" ps-mule-encode-7bit 1)
+     (normal builtin "Ryumin-Light.Hankaku" ps-mule-encode-7bit 1)
      (bold builtin "GothicBBB-Medium.Hankaku" ps-mule-encode-7bit 1))
     (japanese-jisx0208
      (normal builtin "Ryumin-Light-H" ps-mule-encode-7bit 2)
      (bold builtin "GothicBBB-Medium-H" ps-mule-encode-7bit 2))
     (korean-ksc5601
-     (normal builtin "Batang-Medium-KSC-H" ps-mule-encode-7bit 2)
-     (bold builtin " Gulim-Medium-KSC-H" ps-mule-encode-7bit 2))
+     (normal builtin "Munhwa-Regular-KSC-EUC-H" ps-mule-encode-7bit 2)
+     (bold builtin "Munhwa-Bold-KSC-EUC-H" ps-mule-encode-7bit 2))
     )
   "Sample setting of the `ps-mule-font-info-database' to use builtin PS font.