(INPUT_METHOD): Exclude si-wijesekera-preedit.mim.
[m17n/m17n-db.git] / generic.fst
1 ;; generic.fst -- Fontset mainly using generic font specs.  -*- lisp -*-
2 ;; Copyright (C) 2005, 2006, 2007
3 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
4 ;;   Registration Number H15PRO112
5
6 ;; This file is part of the m17n database; a sub-part of the m17n
7 ;; library.
8
9 ;; The m17n library is free software; you can redistribute it and/or
10 ;; modify it under the terms of the GNU Lesser General Public License
11 ;; as published by the Free Software Foundation; either version 2.1 of
12 ;; the License, or (at your option) any later version.
13
14 ;; The m17n library is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 ;; Lesser General Public License for more details.
18
19 ;; You should have received a copy of the GNU Lesser General Public
20 ;; License along with the m17n library; if not, write to the Free
21 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 ;; Boston, MA 02110-1301, USA.
23
24 ;;; <li> generic.fst
25 ;;;
26 ;;; Fontset mainly using generic font specifications.  See the
27 ;;; documentation of the fontset "default" for the information about
28 ;;; each font.
29
30 (latin
31  (vi
32   ((nil nil unicode-bmp :lang=vi)))
33  (nil
34   ((nil nil unicode-bmp :lang=en))))
35 (hebrew
36  (nil
37   ((nil freesans unicode-bmp) hebr)
38   ((nil nil unicode-bmp :lang=he,yi))))
39 (arabic
40  (nil
41   ((nil nil unicode-bmp :otf=arab=init,medi,fina,liga+mark) arab-otf)
42   ((nil nil unicode-bmp :otf=arab=init,medi,fina,liga+~mark) arab-otf-no-gpos)
43   ((nil bitstream\ cyberbase unicode-bmp) arab)))
44 (syriac
45  (nil
46   ((nil nil unicode-bmp :otf=syrc) syrc-otf)))
47 (thaana
48  (nil
49   ((nil nil unicode-bmp :otf=thaa) thaa-otf)
50   ((nil thaana\ unicode\ akeh unicode-bmp) thaa-otf)))
51 (devanagari
52  (nil
53   ((nil nil unicode-bmp :otf=deva=rphf) deva-otf)))
54 (bengali
55  (nil
56   ((nil nil unicode-bmp :otf=beng=rphf) beng-otf)))
57 (gurmukhi
58  (nil
59   ((nil nil unicode-bmp :otf=guru=blwf) guru-otf)))
60 (gujarati
61  (nil
62   ((nil nil unicode-bmp :otf=gujr=rphf) gujr-otf)))
63 (oriya
64  (nil
65   ((nil nil unicode-bmp :otf=orya=rphf) orya-otf)))
66 (tamil
67  (nil
68   ((nil nil unicode-bmp :otf=taml=akhn) taml-otf)))
69 (telugu
70  (nil
71   ((nil nil unicode-bmp :otf=telu=blwf) telu-otf)))
72 (kannada
73  (nil
74   ((nil nil unicode-bmp :otf=knda=rphf) knda-otf)))
75 (sinhala
76  (nil
77   ((nil nil unicode-bmp :otf=sinh=akhn) sinh-otf)))
78 (malayalam
79  (nil
80   ((nil nil unicode-bmp :otf=mlym=akhn) mlym-otf)))
81 (thai
82  (nil
83   ((nil nil unicode-bmp :otf=thai+mark,mkmk) thai-otf)
84   ((nil norasi unicode-bmp) thai-norasi)
85   ((nil nil unicode-bmp :lang=th) thai-generic)))
86 (lao
87  (nil
88   ((nil alice0\ lao apple-roman) laoo-alice)
89   ((nil nil unicode-bmp :lang=lo) laoo-generic)))
90 (tibetan
91  (nil
92   ((nil nil unicode-bmp :otf=tibt=ccmp,blws,abvs) tibt-otf)
93   ((nil mtib unicode-bmp) tibt-mtib)))
94 (myanmar
95  (nil
96   ((nil myazedi_m17n unicode-bmp) mymr-myazedi)))
97 (khmer
98  (nil
99   ((nil nil unicode-bmp :otf=khmr=pres) khmr-otf)
100   ((nil anlongvill\ khek apple-roman) khmr-anlong)))
101 (hiragana
102  (ja
103   ((nil nil unicode-bmp :lang=ja))))
104 (katakana
105  (ja
106   ((nil nil unicode-bmp :lang=ja))))
107 (han
108  (ja
109   ((nil nil unicode-bmp :lang=ja)))
110  (zh
111   ((nil nil unicode-bmp :lang=zh))))
112 (cham
113  (nil
114   ((nil nil unicode-bmp :script=cham) cham-generic)))
115 (tai_viet
116  (nil
117   ((nil nil unicode-bmp :script=tai_viet))))
118 (nil
119  ((nil nil unicode-bmp)))