Mercurial > emacs
changeset 91195:24adc06a08d0
(setup-default-fontset): Add OpenType
fonts for malayalam and tibetan.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 06 Dec 2007 07:27:56 +0000 |
parents | 7866eec7f840 |
children | 0243246adece |
files | lisp/international/fontset.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"))