]> git.eshelyaron.com Git - emacs.git/commitdiff
(setup-default-fontset): Add OpenType
authorKenichi Handa <handa@m17n.org>
Thu, 6 Dec 2007 07:27:56 +0000 (07:27 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 6 Dec 2007 07:27:56 +0000 (07:27 +0000)
fonts for malayalam and tibetan.

lisp/international/fontset.el

index dd1d0eddae7e86a0673e6fac0f47ca1e7915bc30..e13f50157a7392b59b74a937a7180430d0e9289f 100644 (file)
 
      (devanagari ,(font-spec :registry "iso10646-1" :otf '(deva nil (rphf)))
                 (nil . "iso10646.indian-1"))
+     (malayalam ,(font-spec :registry "iso10646-1" :otf '(mlym nil (akhn))))
      (tamil ,(font-spec :registry "iso10646-1" :otf '(taml nil (akhn))))
 
      (lao  (nil . "MuleLao-1"))
      (tai-viet ("TaiViet" . "iso10646-1"))
 
      ;; both for script and charset.
-     (tibetan (nil . "muletibetan-2"))
+     (tibetan ,(font-spec :registry "iso10646-1"
+                         :otf '(tibt nil (ccmp blws abvs)))
+             ,(font-spec :family "mtib" :registry "iso10646-1")
+             (nil . "muletibetan-2"))
 
      ;; both for script and charset.
      (ethiopic (nil . "ethiopic-unicode"))