*** empty log message ***
[m17n/m17n-db.git] / default.fst
1 ;; default.fst -- The default fontset
2 ;; Copyright (C) 2003, 2004, 2005, 2006, 2010  AIST (H15PRO112)
3 ;; See the end for copying conditions.
4
5 ;;; <li> default.fst
6 ;;;
7 ;;; The default fontset.  It is the union of generic.fst and xfont.fst.
8
9 (latin
10  (vi
11   ((nil nil unicode-bmp :lang=vi))
12   ((viscii1.1-1)))
13  (nil
14   ((nil nil unicode-bmp :script=latin))
15   ((iso8859-1))
16   ((iso8859-2))
17   ((iso8859-15))
18   ((iso10646-1))
19   ((iso8859-3))
20   ((iso8859-4))
21   ((iso8859-5))
22   ((iso8859-9))
23   ((iso8859-10))
24   ((iso8859-13))
25   ((iso8859-14))))
26 (greek
27  (nil
28   ((nil nil unicode-bmp :script=greek))
29   ((iso8859-7))))
30 (cyrillic
31  (nil
32   ((nil nil unicode-bmp :script=cyrillic))
33   ((iso8859-5))
34   ((microsoft-cp1251))))
35 (hebrew
36  (nil
37   ((nil nil unicode-bmp :otf=hebr) hebr-otf)
38   ((nil nil unicode-bmp :script=hebrew))
39   ((iso8859-8))))
40 (arabic
41  (nil
42   ((nil nil unicode-bmp :otf=arab=init,medi,fina,liga+mark) arab-otf)
43   ((nil nil unicode-bmp :otf=arab=init,medi,fina,liga+~mark) arab-otf-no-gpos)
44   ((nil nil unicode-bmp :script=arabic) arab)
45   ((iso10646-1) arab)))
46 (syriac
47  (nil
48   ((nil nil unicode-bmp :otf=syrc) syrc-otf)))
49 (thaana
50  (nil
51   ((nil nil unicode-bmp :otf=thaa) thaa-otf)
52   ((nil nil unicode-bmp :script=thaana))))
53 (devanagari
54  (nil
55   ((nil nil unicode-bmp :otf=dev2) dev2-otf)
56   ((nil nil unicode-bmp :otf=deva) deva-otf)))
57 (bengali
58  (nil
59   ((nil nil unicode-bmp :otf=bng2) bng2-otf)
60   ((nil nil unicode-bmp :otf=beng) beng-otf)))
61 (gurmukhi
62  (nil
63   ((nil nil unicode-bmp :otf=gur2) gur2-otf)
64   ((nil nil unicode-bmp :otf=guru) guru-otf)))
65 (gujarati
66  (nil
67   ((nil nil unicode-bmp :otf=gjr2) gjr2-otf)
68   ((nil nil unicode-bmp :otf=gujr) gujr-otf)))
69 (oriya
70  (nil
71   ((nil nil unicode-bmp :otf=ory2) ory2-otf)
72   ((nil nil unicode-bmp :otf=orya) orya-otf)))
73 (tamil
74  (nil
75   ((nil nil unicode-bmp :otf=tml2) tml2-otf)
76   ((nil nil unicode-bmp :otf=taml) taml-otf)))
77 (telugu
78  (nil
79   ((nil nil unicode-bmp :otf=tel2) tel2-otf)
80   ((nil nil unicode-bmp :otf=telu) telu-otf)))
81 (kannada
82  (nil
83   ((nil nil unicode-bmp :otf=knd2) knd2-otf)
84   ((nil nil unicode-bmp :otf=knda) knda-otf)))
85 (malayalam
86  (nil
87   ((nil nil unicode-bmp :otf=mlm2) mlm2-otf)
88   ((nil nil unicode-bmp :otf=mlym) mlym-otf)))
89 (sinhala
90  (nil
91   ((nil nil unicode-bmp :otf=sinh) sinh-otf)))
92 (tibetan
93  (nil
94   ((nil nil unicode-bmp :otf=tibt) tibt-otf)))
95 (thai
96  (nil
97   ((nil nil unicode-bmp :otf=thai) thai-otf)
98   ((nil nil unicode-bmp :lang=th) thai-generic)
99   ((tis620.2529-1) thai-tis620)
100   ((tis620.2533-0) thai-tis620)
101   ((iso8859-11))))
102 (lao
103  (nil
104   ((nil nil unicode-bmp :otf=laoo) laoo-otf)
105   ((nil nil unicode-bmp :script=lao) laoo-generic)))
106 (myanmar
107  (nil
108   ((nil padauk unicode-bmp) mymr-sil)))
109 (khmer
110  (nil
111   ((nil nil unicode-bmp :otf=khmr) khmr-otf)))
112 (han
113  (zh
114   ((nil nil unicode-bmp :lang=zh))
115   ((gb2312.1980-0))
116   ((big5.eten-0))
117   ((big5-1))
118   ((gbk-0)))
119  (ja
120   ((nil nil unicode-bmp :lang=ja))
121   ((jisx0208.1983-0))
122   ((jisx0212.1990-0)))
123  (ko
124   ((nil nil unicode-bmp :lang=ko))
125   ((ksc5601.1987-0))))
126 (hiragana
127  (nil
128   ((nil nil unicode-bmp :lang=ja))
129   ((jisx0208.1983-0))
130   ((gb2312.1980-0))
131   ((ksc5601.1987-0))))
132 (katakana
133  (nil
134   ((nil nil unicode-bmp :lang=ja)))
135   ((jisx0208.1983-0))
136   ((jisx0201.1976-0))
137   ((gb2312.1980-0))
138   ((ksc5601.1987-0))))
139 (hangul
140  (nil
141   ((nil nil unicode-bmp :lang=ko))
142   ((ksc5601.1987-0))))
143 (nil
144  ((nil nil unicode-bmp))
145  ((iso10646-1)))
146
147 ;; Copyright (C) 2003, 2004, 2007, 2010
148 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
149 ;;   Registration Number H15PRO112
150
151 ;; This file is part of the m17n database; a sub-part of the m17n
152 ;; library.
153
154 ;; The m17n library is free software; you can redistribute it and/or
155 ;; modify it under the terms of the GNU Lesser General Public License
156 ;; as published by the Free Software Foundation; either version 2.1 of
157 ;; the License, or (at your option) any later version.
158
159 ;; The m17n library is distributed in the hope that it will be useful,
160 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
161 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
162 ;; Lesser General Public License for more details.
163
164 ;; You should have received a copy of the GNU Lesser General Public
165 ;; License along with the m17n library; if not, write to the Free
166 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
167 ;; Boston, MA 02110-1301, USA.
168
169 ;; Local Variables:
170 ;; mode: lisp
171 ;; End: