1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 08:20:41 -08:00

(setup-default-fontset): Add OpenType

fonts for malayalam and tibetan.
This commit is contained in:
Kenichi Handa 2007-12-06 07:27:56 +00:00
parent 8c8a5ddd16
commit b6381d6ccf

View file

@ -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"))