From: Jason Rumney Date: Tue, 1 Apr 2008 14:09:58 +0000 (+0000) Subject: (setup-default-fontset): Use unicode fonts that cover bopomofo X-Git-Tag: emacs-pretest-23.0.90~6701 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66fb0117ad507ed023071f499822fd4b610ea700;p=emacs.git (setup-default-fontset): Use unicode fonts that cover bopomofo script for bopomofo. Likewise for braille and mathematical. Use unicode scripts that cover the phonetic "script" for IPA. --- diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 748ab0eed36..b8c4a964b82 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -369,7 +369,8 @@ (nil . "JISX0213.2000-1") (nil . "JISX0213.2004-1")) - (bopomofo (nil . "sisheng_cwnn-0")) + (bopomofo ,(font-spec :registry "iso10646-1" :script 'bopomofo) + (nil . "sisheng_cwnn-0")) (han ,(font-spec :registry "iso10646-1" :language 'ja) ,(font-spec :registry "iso10646-1" :language 'zh) @@ -413,6 +414,10 @@ (hangul ,(font-spec :registry "iso10646-1" :language 'ko) (nil . "KSC5601.1987-0")) + (braille ,(font-spec :registry "iso10646-1" :script 'braille)) + + (mathematical ,(font-spec :registry "iso10646-1" :script 'mathematical)) + ;; for each charset (ascii (nil . "ISO8859-1")) (arabic-digit ("*" . "MuleArabic-0")) @@ -444,7 +449,8 @@ (malayalam-akruti (nil . "Malayalam-Akruti")) ;;(devanagari-glyph ("altsys-dv_ttsurekh" . "devanagari-cdac")) ;;(malayalam-glyph ("altsys-ml_ttkarthika" . "malayalam-cdac")) - (ipa (nil . "MuleIPA-1") + (ipa ,(font-spec :registry "iso10646-1" :script 'phonetic) + (nil . "MuleIPA-1") (nil . "iso10646-1")) ;; Fallback fonts