# HG changeset patch # User Kenichi Handa # Date 1196926076 0 # Node ID 24adc06a08d02bc25ee66b55f5021fd8102cf2d8 # Parent 7866eec7f84012a3327708c864197afd2518cbf3 (setup-default-fontset): Add OpenType fonts for malayalam and tibetan. diff -r 7866eec7f840 -r 24adc06a08d0 lisp/international/fontset.el --- a/lisp/international/fontset.el Thu Dec 06 07:27:08 2007 +0000 +++ b/lisp/international/fontset.el Thu Dec 06 07:27:56 2007 +0000 @@ -266,6 +266,7 @@ (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")) @@ -273,7 +274,10 @@ (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"))