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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user