Fix the entry for khmer, add entries for hiragana
[m17n/m17n-db.git] / generic.fst
1 ;; generic.fst -- Fontset using only TrueType fonts  -*- lisp -*-
2 ;; Copyright (C) 2003, 2004
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., 59 Temple Place, Suite 330, Boston, MA
22 ;; 02111-1307, USA.
23
24 ;;; <li> truetype.fst
25 ;;;
26 ;;; Fontset using only freely available TrueType fonts.  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   ((nil dv-ttyogesh apple-roman) deva-cdac)))
55 (bengali
56  (nil
57   ((nil nil unicode-bmp :otf=beng=rphf) beng-otf)))
58 (gurmukhi
59  (nil
60   ((nil nil unicode-bmp :otf=guru=vatu) guru-otf)))
61 (gujarati
62  (nil
63   ((nil nil unicode-bmp :otf=gujr=rphf) gujr-otf)))
64 (oriya
65  (nil
66   ((nil nil unicode-bmp :otf=orya=rphf) orya-otf)))
67 (tamil
68  (nil
69   ((nil nil unicode-bmp :otf=taml=akhn) taml-otf)))
70 (telugu
71  (nil
72   ((nil nil unicode-bmp :otf=telu=haln) telu-otf)))
73 (kannada
74  (nil
75   ((nil nil unicode-bmp :otf=knda=rphf) knda-otf)))
76 (sinhala
77  (nil
78   ((nil nil unicode-bmp :otf=sinh=akhn) sinh-otf)))
79 (malayalam
80  (nil
81   ((nil nil unicode-bmp :otf=mlym=haln) mlym-otf)))
82 (thai
83  (nil
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 mtib unicode-bmp) tibt-mtib)))
93 (myanmar
94  (nil
95   ((nil myazedi_m17n unicode-bmp) mymr-myazedi)))
96 (khmer
97  (nil
98   ((nil nil unicode-bmp :otf=khmr=pres) khmr-otf)
99   ((nil anlongvill\ khek apple-roman) khmr-anlong)))
100 (hiragana
101  (ja
102   ((nil nil unicode-bmp :lang=ja))))
103 (katakana
104  (ja
105   ((nil nil unicode-bmp :lang=ja))))
106 (han
107  (ja
108   ((nil nil unicode-bmp :lang=ja)))
109  (zh
110   ((nil nil unicode-bmp :lang=zh))))
111
112 (nil
113  ((nil nil unicode-bmp)))