diff options
| author | Kenichi Handa | 2008-05-22 02:04:33 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-05-22 02:04:33 +0000 |
| commit | 1a8dc09bf4a09e5fadadd4c566b8e7d47b97d827 (patch) | |
| tree | 837a3bf0f7c7de2714f1607b8b4725a2ddfe9588 | |
| parent | 14c24780c31eb17560d4a8381c9cec93e2c05a31 (diff) | |
| download | emacs-1a8dc09bf4a09e5fadadd4c566b8e7d47b97d827.tar.gz emacs-1a8dc09bf4a09e5fadadd4c566b8e7d47b97d827.zip | |
(script-representative-chars): Add more
chars for latin. Add data for symbol.
(setup-default-fontset): Add entries for phonetic, armenian, and
symbol.
| -rw-r--r-- | lisp/international/fontset.el | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 21776380314..8d5d06e1384 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el | |||
| @@ -140,7 +140,8 @@ | |||
| 140 | (tibetan . unicode-bmp))) | 140 | (tibetan . unicode-bmp))) |
| 141 | 141 | ||
| 142 | (setq script-representative-chars | 142 | (setq script-representative-chars |
| 143 | '((latin ?A ?Z ?a ?z) | 143 | '((latin ?A ?Z ?a ?z #x00C0 #x0100 #x0180 #x1e00) |
| 144 | (phonetic #x250 #x283) | ||
| 144 | (greek #x3A9) | 145 | (greek #x3A9) |
| 145 | (coptic #x3E2) | 146 | (coptic #x3E2) |
| 146 | (cyrillic #x42F) | 147 | (cyrillic #x42F) |
| @@ -171,6 +172,7 @@ | |||
| 171 | (runic #x16A0) | 172 | (runic #x16A0) |
| 172 | (khmer #x1780) | 173 | (khmer #x1780) |
| 173 | (mongolian #x1826) | 174 | (mongolian #x1826) |
| 175 | (symbol #x201C #x2200 #x2500) | ||
| 174 | (braille #x2800) | 176 | (braille #x2800) |
| 175 | (ideographic-description #x2FF0) | 177 | (ideographic-description #x2FF0) |
| 176 | (cjk-misc #x300E) | 178 | (cjk-misc #x300E) |
| @@ -288,6 +290,10 @@ | |||
| 288 | (nil . "VISCII1.1-1") | 290 | (nil . "VISCII1.1-1") |
| 289 | (nil . "ISO10646-1")) | 291 | (nil . "ISO10646-1")) |
| 290 | 292 | ||
| 293 | (phonetic ,(font-spec :registry "iso10646-1" :script 'phonetic)) | ||
| 294 | |||
| 295 | (armenian ,(font-spec :registry "iso10646-1" :script 'armenian)) | ||
| 296 | |||
| 291 | (thai ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark))) | 297 | (thai ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark))) |
| 292 | (nil . "TIS620*") | 298 | (nil . "TIS620*") |
| 293 | (nil . "ISO8859-11")) | 299 | (nil . "ISO8859-11")) |
| @@ -357,6 +363,8 @@ | |||
| 357 | 363 | ||
| 358 | (khmer ,(font-spec :registry "iso10646-1" :otf '(khmr nil (pres)))) | 364 | (khmer ,(font-spec :registry "iso10646-1" :otf '(khmr nil (pres)))) |
| 359 | 365 | ||
| 366 | (symbol ,(font-spec :registry "iso10646-1" :script 'symbol)) | ||
| 367 | |||
| 360 | (yi ,(font-spec :registry "iso10646-1" :script 'yi)) | 368 | (yi ,(font-spec :registry "iso10646-1" :script 'yi)) |
| 361 | 369 | ||
| 362 | (kana (nil . "JISX0208*") | 370 | (kana (nil . "JISX0208*") |