]> git.eshelyaron.com Git - emacs.git/commitdiff
(setup-default-fontset): For Thai font, specify "*" family.
authorKenichi Handa <handa@m17n.org>
Mon, 1 Sep 2003 11:15:22 +0000 (11:15 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 1 Sep 2003 11:15:22 +0000 (11:15 +0000)
lisp/international/fontset.el

index ab59266965c4cfba54e5a837ce50d755497f0628..4421276f8038e7688bff2959379a477f388df6c9 100644 (file)
             (latin-iso8859-2 . (nil . "ISO8859-2"))
             (latin-iso8859-3 . (nil . "ISO8859-3"))
             (latin-iso8859-4 . (nil . "ISO8859-4"))
-            (thai-tis620 . (nil . "TIS620"))
+            ;; Setting "*" family is for a workaround of the problem
+            ;; that a font of wrong size is preferred if the font
+            ;; family matches with a requested one.
+            (thai-tis620 . ("*" . "TIS620"))
             (greek-iso8859-7 . (nil . "ISO8859-7"))
             (arabic-iso8859-6 . (nil . "ISO8859-6"))
             (hebrew-iso8859-8 . (nil . "ISO8859-8"))