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