(otf-script-alist): Set it.
authorKenichi Handa <handa@m17n.org>
Mon, 3 Jul 2006 00:52:58 +0000 (00:52 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 3 Jul 2006 00:52:58 +0000 (00:52 +0000)
lisp/international/fontset.el

index 5019962..07db6d4 100644 (file)
        (yi #xA288)
        (hangul #xAC00)))
 
+(setq otf-script-alist
+      '((arab . arabic)
+       (armn . armenian)
+       (bali . balinese)
+       (beng . bengali)
+       (bopo . bopomofo)
+       (brai . braille)
+       (bugi . buginese)
+       (buhd . buhid)
+       (cans . canadian_aboliginal)
+       (cher . cherokee)
+       (copt . coptic)
+       (xsux . cuneiform)
+       (cyrl . cyrillic)
+       (cprt . cypriot)
+       (dsrt . deseret)
+       (deva . devanagari)
+       (ethi . ethiopic)
+       (geor . georgian)
+       (glag . glagolitic)
+       (goth . gothic)
+       (grek . greek)
+       (gujr . gujarati)
+       (guru . gurmukhi)
+       (hani . han)
+       (hang . hangul)
+       (hano . hanunoo)
+       (hebr . hebrew)
+       (kana . kana)
+       (knda . kannada)
+       (khar . kharoshthi)
+       (khmr . khmer)
+       (lao  . lao)
+       (latn . latin)
+       (limb . limbu)
+       (linb . linear_b)
+       (mlym . malayalam)
+       (mong . mongolian)
+       (mymr . myanmar)
+       (ogam . ogham)
+       (ital . old_italic)
+       (xpeo . old_persian)
+       (orya . oriya)
+       (osma . osmanya)
+       (phag . phags-pa)
+       (phnx . phoenician)
+       (runr . runic)
+       (shaw . shavian)
+       (sinh . sinhala)
+       (sylo . syloti_nagri)
+       (syrc . syriac)
+       (tglg . tagalog)
+       (tagb . tagbanwa)
+       (taml . tamil)
+       (tale . tai_le)
+       (telu . telugu)
+       (thaa . thaana)
+       (thai . thai)
+       (tibt . tibetan)
+       (tfng . tifinagh)
+       (ugar . ugaritic)
+       (yi   . yi)))
+
 ;; Set standard fontname specification of characters in the default
 ;; fontset to find an appropriate font for each script/charset.  The
 ;; specification has the form ((SCRIPT FONT-SPEC ...) ...), where