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:
parent
8c8a5ddd16
commit
b6381d6ccf
1 changed files with 5 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue