Also condition cjk-misc font-spec on Android
* lisp/international/fontset.el (setup-default-fontset) <cjk-misc>: Don't search for matching scripts elsewhere than on Android.
This commit is contained in:
parent
b89d65df5f
commit
1c7e00f4f6
1 changed files with 3 additions and 1 deletions
|
@ -724,7 +724,9 @@
|
|||
;; This is required, as otherwise many TrueType fonts
|
||||
;; with CJK characters but no corresponding ``design
|
||||
;; language'' declaration can't be found.
|
||||
,(font-spec :registry "iso10646-1" :script 'cjk-misc))
|
||||
,@(and (featurep 'android)
|
||||
(list (font-spec :registry "iso10646-1"
|
||||
:script 'cjk-misc))))
|
||||
|
||||
(hangul (nil . "KSC5601.1987-0")
|
||||
,(font-spec :registry "iso10646-1" :lang 'ko))
|
||||
|
|
Loading…
Add table
Reference in a new issue