Change gargi-1.3 to gargi so that newer fonts can also be used.
[m17n/m17n-db.git] / truetype.fst
1 ;; truetype.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 freeserif unicode-bmp))
33   ((nil freesans unicode-bmp))
34   ((nil freemono unicode-bmp)))
35  (nil
36   ((nil freesans unicode-bmp))
37   ((nil freeserif unicode-bmp))
38   ((nil freemono unicode-bmp))))
39 (hebrew
40  (nil
41   ((nil freesans unicode-bmp) hebr)))
42 (arabic
43  (nil
44   ((nil riwaj unicode-bmp) arab-otf)
45   ((nil bitstream\ cyberbase unicode-bmp) arab)))
46 (syriac
47  (nil
48   ((nil estrangelo\ talada unicode-bmp) syrc-otf)
49   ((nil serto\ jerusalem unicode-bmp) syrc-otf)
50   ((nil east\ syriac adiabene unicode-bmp) syrc-otf)))
51 (thaana
52  (nil
53   ((nil thaana\ unicode\ akeh unicode-bmp) thaa-otf)))
54 (devanagari
55  (nil
56   ((nil gargi unicode-bmp) deva-otf)
57   ((nil raghindi t) deva-otf)
58   ((nil dv-ttyogesh apple-roman) deva-cdac)))
59 (bengali
60  (nil
61   ((nil mukti\ narrow unicode-bmp) beng-otf)
62   ((nil likhan unicode-bmp) beng-otf)
63   ((nil sagar unicode-bmp) beng-otf)))
64 (gurmukhi
65  (nil
66   ((nil saab unicode-bmp) guru-otf)))
67 (gujarati
68  (nil
69   ((nil padmaa unicode-bmp) gujr-otf)))
70 (oriya
71  (nil
72   ((nil utkal unicode-bmp) orya-otf)))
73 (tamil
74  (nil
75   ((nil akrutitml1 unicode-bmp) taml-otf)
76   ((nil akrutitml2 unicode-bmp) taml-otf)
77   ((nil tscu_paranar unicode-bmp) taml-otf)
78   ((nil tscu_comic unicode-bmp) taml-otf)
79   ((nil tscu_times unicode-bmp) taml-otf)
80   ((nil tamu_kadambri unicode-bmp) taml-otf)
81   ((nil tamu_kalyani unicode-bmp) taml-otf)
82   ((nil tamu_maduram unicode-bmp) taml-otf)
83   ((nil tm-ttvalluvar apple-roman) taml-cdac)))
84 (telugu
85  (nil
86   ((nil pothana2000 unicode-bmp) telu-otf)))
87 (kannada
88  (nil
89   ((nil sampige unicode-bmp) knda-otf)))
90 (sinhala
91  (nil
92   ((nil lklug unicode-bmp) sinh-otf)))
93 (malayalam
94  (nil
95   ((nil rachana unicode-bmp) mlym-rachana)
96   ((nil thoolikaunicode unicode-bmp) mlym-otf)
97   ((nil ml-ttkarthika apple-roman) mlym-cdac)))
98 (thai
99  (nil
100   ((nil norasi unicode-bmp) thai-norasi)))
101 (lao
102  (nil
103   ((nil alice0\ lao apple-roman) laoo-alice)))
104 (tibetan
105  (nil
106   ((nil mtib unicode-bmp) tibt-mtib)))
107 (myanmar
108  (nil
109   ((nil myazedi_m17n unicode-bmp) mymr-myazedi)))
110 (georgian
111  (nil
112   ((nil bpg\ classic\ 99u unicode-bmp))))
113 (ethiopic
114  (nil
115   ((nil freeserif unicode-bmp))))
116 (khmer
117  (nil
118   ((nil anlongvill\ khek apple-roman) khmr-anlong)))
119 (hiragana
120  (nil
121   ((nil kochi\ gothic unicode-bmp))
122   ))
123 (katakana
124  (nil
125   ((nil kochi\ gothic unicode-bmp))
126   ))
127 (hangul
128  (nil
129   ((nil baekmuk\ dotum unicode-bmp))))
130 (han
131  (ja
132   ((nil kochi\ gothic unicode-bmp)))
133  (zh
134   ((nil ar\ pl\ sungtil\ gb unicode-bmp))
135   ((nil ar\ pl\ mingti2l\ big5 unicode-bmp)))
136  (ko
137   ((nil baekmuk\ dotum unicode-bmp))))
138
139 (nil
140  ((nil freesans unicode-bmp))
141  ((nil freeserif unicode-bmp))
142  ((nil freemono unicode-bmp)))