diff options
| author | Jason Rumney | 2008-04-01 14:09:58 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-04-01 14:09:58 +0000 |
| commit | 66fb0117ad507ed023071f499822fd4b610ea700 (patch) | |
| tree | 5102b30e7dd508b74d1be14d3b528159fee4b18f | |
| parent | 8d6c5ad457762525b2aaca3c3540e4efe16fb090 (diff) | |
| download | emacs-66fb0117ad507ed023071f499822fd4b610ea700.tar.gz emacs-66fb0117ad507ed023071f499822fd4b610ea700.zip | |
(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.
| -rw-r--r-- | lisp/international/fontset.el | 10 |
1 files changed, 8 insertions, 2 deletions
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 @@ | |||
| 369 | (nil . "JISX0213.2000-1") | 369 | (nil . "JISX0213.2000-1") |
| 370 | (nil . "JISX0213.2004-1")) | 370 | (nil . "JISX0213.2004-1")) |
| 371 | 371 | ||
| 372 | (bopomofo (nil . "sisheng_cwnn-0")) | 372 | (bopomofo ,(font-spec :registry "iso10646-1" :script 'bopomofo) |
| 373 | (nil . "sisheng_cwnn-0")) | ||
| 373 | 374 | ||
| 374 | (han ,(font-spec :registry "iso10646-1" :language 'ja) | 375 | (han ,(font-spec :registry "iso10646-1" :language 'ja) |
| 375 | ,(font-spec :registry "iso10646-1" :language 'zh) | 376 | ,(font-spec :registry "iso10646-1" :language 'zh) |
| @@ -413,6 +414,10 @@ | |||
| 413 | (hangul ,(font-spec :registry "iso10646-1" :language 'ko) | 414 | (hangul ,(font-spec :registry "iso10646-1" :language 'ko) |
| 414 | (nil . "KSC5601.1987-0")) | 415 | (nil . "KSC5601.1987-0")) |
| 415 | 416 | ||
| 417 | (braille ,(font-spec :registry "iso10646-1" :script 'braille)) | ||
| 418 | |||
| 419 | (mathematical ,(font-spec :registry "iso10646-1" :script 'mathematical)) | ||
| 420 | |||
| 416 | ;; for each charset | 421 | ;; for each charset |
| 417 | (ascii (nil . "ISO8859-1")) | 422 | (ascii (nil . "ISO8859-1")) |
| 418 | (arabic-digit ("*" . "MuleArabic-0")) | 423 | (arabic-digit ("*" . "MuleArabic-0")) |
| @@ -444,7 +449,8 @@ | |||
| 444 | (malayalam-akruti (nil . "Malayalam-Akruti")) | 449 | (malayalam-akruti (nil . "Malayalam-Akruti")) |
| 445 | ;;(devanagari-glyph ("altsys-dv_ttsurekh" . "devanagari-cdac")) | 450 | ;;(devanagari-glyph ("altsys-dv_ttsurekh" . "devanagari-cdac")) |
| 446 | ;;(malayalam-glyph ("altsys-ml_ttkarthika" . "malayalam-cdac")) | 451 | ;;(malayalam-glyph ("altsys-ml_ttkarthika" . "malayalam-cdac")) |
| 447 | (ipa (nil . "MuleIPA-1") | 452 | (ipa ,(font-spec :registry "iso10646-1" :script 'phonetic) |
| 453 | (nil . "MuleIPA-1") | ||
| 448 | (nil . "iso10646-1")) | 454 | (nil . "iso10646-1")) |
| 449 | 455 | ||
| 450 | ;; Fallback fonts | 456 | ;; Fallback fonts |