changeset 103481:3972ebe798a8

(setup-default-fontset): Add a spec of non-OTF unicode font for Thai.
author Kenichi Handa <handa@m17n.org>
date Fri, 19 Jun 2009 00:58:39 +0000
parents 7d47110e2e71
children 62411e16391a
files lisp/international/fontset.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/fontset.el	Fri Jun 19 00:45:43 2009 +0000
+++ b/lisp/international/fontset.el	Fri Jun 19 00:58:39 2009 +0000
@@ -326,7 +326,8 @@
 	    (nil . "VISCII1.1-1")
 	    ,(font-spec :registry "iso10646-1" :script 'latin))
 
-     (thai  ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark)))
+     (thai  ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark))
+	    ,(font-spec :registry "iso10646-1" :script 'thai))
 	    (nil . "TIS620*")
 	    (nil . "ISO8859-11"))