(script-representative-chars): Re-add
the entry for symbol, but with vector of characters. (setup-default-fontset): Cancel previous change.
This commit is contained in:
parent
e52ab6c932
commit
fac97bb458
1 changed files with 2 additions and 1 deletions
|
@ -175,6 +175,7 @@
|
||||||
(runic #x16A0)
|
(runic #x16A0)
|
||||||
(khmer #x1780)
|
(khmer #x1780)
|
||||||
(mongolian #x1826)
|
(mongolian #x1826)
|
||||||
|
(symbol . [#x201C #x2200 #x2500])
|
||||||
(braille #x2800)
|
(braille #x2800)
|
||||||
(ideographic-description #x2FF0)
|
(ideographic-description #x2FF0)
|
||||||
(cjk-misc #x300E)
|
(cjk-misc #x300E)
|
||||||
|
@ -371,7 +372,7 @@
|
||||||
|
|
||||||
(khmer ,(font-spec :registry "iso10646-1" :otf '(khmr nil (pres))))
|
(khmer ,(font-spec :registry "iso10646-1" :otf '(khmr nil (pres))))
|
||||||
|
|
||||||
(symbol ,(font-spec :registry "iso10646-1"))
|
(symbol ,(font-spec :registry "iso10646-1" :script 'symbol))
|
||||||
|
|
||||||
(yi ,(font-spec :registry "iso10646-1" :script 'yi))
|
(yi ,(font-spec :registry "iso10646-1" :script 'yi))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue