*** empty log message ***
[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=dev2) dev2-otf)
54   ((nil nil unicode-bmp :otf=deva=rphf) deva-otf)))
55 (bengali
56  (nil
57   ((nil nil unicode-bmp :otf=bng2) bng2-otf)
58   ((nil nil unicode-bmp :otf=beng=rphf) beng-otf)))
59 (gurmukhi
60  (nil
61   ((nil nil unicode-bmp :otf=gur2) gur2-otf)
62   ((nil nil unicode-bmp :otf=guru=blwf) guru-otf)))
63 (gujarati
64  (nil
65   ((nil nil unicode-bmp :otf=gjr2) gjr2-otf)
66   ((nil nil unicode-bmp :otf=gujr=rphf) gujr-otf)))
67 (oriya
68  (nil
69   ((nil nil unicode-bmp :otf=ory2) ory2-otf)
70   ((nil nil unicode-bmp :otf=orya=rphf) orya-otf)))
71 (tamil
72  (nil
73   ((nil nil unicode-bmp :otf=tml2) tml2-otf)
74   ((nil nil unicode-bmp :otf=taml=akhn) taml-otf)))
75 (telugu
76  (nil
77   ((nil nil unicode-bmp :otf=tel2) tel2-otf)
78   ((nil nil unicode-bmp :otf=telu=blwf) telu-otf)))
79 (kannada
80  (nil
81   ((nil nil unicode-bmp :otf=knd2) knd2-otf)
82   ((nil nil unicode-bmp :otf=knda=rphf) knda-otf)))
83 (malayalam
84  (nil
85   ((nil nil unicode-bmp :otf=mlm2) mlm2-otf)
86   ((nil nil unicode-bmp :otf=mlym=akhn) mlym-otf)))
87 (thai
88  (nil
89   ((nil nil unicode-bmp :otf=thai+mark,mkmk) thai-otf)
90   ((nil norasi unicode-bmp) thai-norasi)
91   ((nil nil unicode-bmp :lang=th) thai-generic)))
92 (lao
93  (nil
94   ((nil alice0\ lao apple-roman) laoo-alice)
95   ((nil nil unicode-bmp :lang=lo) laoo-generic)))
96 (tibetan
97  (nil
98   ((nil nil unicode-bmp :otf=tibt=ccmp,blws,abvs) tibt-otf)
99   ((nil mtib unicode-bmp) tibt-mtib)))
100 (myanmar
101  (nil
102   ((nil padauk unicode-bmp) mymr-sil)
103   ((nil myazedi_m17n unicode-bmp) mymr-myazedi)))
104 (khmer
105  (nil
106   ((nil nil unicode-bmp :otf=khmr=pres) khmr-otf)
107   ((nil anlongvill\ khek apple-roman) khmr-anlong)))
108 (hiragana
109  (ja
110   ((nil nil unicode-bmp :lang=ja))))
111 (katakana
112  (ja
113   ((nil nil unicode-bmp :lang=ja))))
114 (han
115  (ja
116   ((nil nil unicode-bmp :lang=ja)))
117  (zh
118   ((nil nil unicode-bmp :lang=zh))))
119 (cham
120  (nil
121   ((nil nil unicode-bmp :script=cham) cham-generic)))
122 (tai_viet
123  (nil
124   ((nil nil unicode-bmp :script=tai_viet))))
125 (nil
126  ((nil nil unicode-bmp)))