*** empty log message ***
[m17n/m17n-db.git] / truetype.fst
1 ;; truetype.fst -- Fontset using only TrueType fonts  -*- lisp -*-
2 ;; Copyright (C) 2003, 2004, 2005, 2006
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> 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_1.7 unicode-bmp) deva-otf)
57   ((nil gargi unicode-bmp) deva-otf)
58   ((nil raghindi unicode-bmp) deva-otf)
59   ((nil dv-ttyogesh apple-roman) deva-cdac)))
60 (bengali
61  (nil
62   ((nil mukti\ narrow unicode-bmp) beng-otf)
63   ((nil likhan unicode-bmp) beng-otf)
64   ((nil sagar unicode-bmp) beng-otf)))
65 (gurmukhi
66  (nil
67   ((nil lohit\ punjabi unicode-bmp) guru-otf)
68   ((nil saab unicode-bmp) guru-otf)))
69 (gujarati
70  (nil
71   ((nil padmaa unicode-bmp) gujr-otf)))
72 (oriya
73  (nil
74   ((nil utkal unicode-bmp) orya-otf)))
75 (tamil
76  (nil
77   ((nil akrutitml1 unicode-bmp) taml-otf)
78   ((nil akrutitml2 unicode-bmp) taml-otf)
79   ((nil tscu_paranar unicode-bmp) taml-otf)
80   ((nil tscu_comic unicode-bmp) taml-otf)
81   ((nil tscu_times unicode-bmp) taml-otf)
82   ((nil tamu_kadambri unicode-bmp) taml-otf)
83   ((nil tamu_kalyani unicode-bmp) taml-otf)
84   ((nil tamu_maduram unicode-bmp) taml-otf)
85   ((nil tm-ttvalluvar apple-roman) taml-cdac)))
86 (telugu
87  (nil
88   ((nil pothana2000 unicode-bmp) telu-otf)))
89 (kannada
90  (nil
91   ((nil kedage unicode-bmp) knda-otf)
92   ((nil mallige unicode-bmp) knda-otf)
93   ((nil sampige unicode-bmp) knda-otf)))
94 (sinhala
95  (nil
96   ((nil lklug unicode-bmp) sinh-otf)))
97 (malayalam
98  (nil
99   ((nil rachana unicode-bmp) mlym-otf)
100   ((nil thoolikaunicode unicode-bmp) mlym-otf)
101   ((nil ml-ttkarthika apple-roman) mlym-cdac)))
102 (thai
103  (nil
104   ((nil nil unicode-bmp :otf=thai+mark,mkmk) thai-otf)
105   ((nil norasi unicode-bmp) thai-norasi)))
106 (lao
107  (nil
108   ((nil phetsarath\ ot unicode-bmp) laoo-otf)
109   ((nil alice0\ lao apple-roman) laoo-alice)))
110 (tibetan
111  (nil
112   ((nil mtib unicode-bmp) tibt-mtib)
113   ((nil tibetan\ machine\ uni unicode-bmp) tibt-otf)))
114 (myanmar
115  (nil
116   ((nil padauk unicode-bmp) mymr-sil)
117   ((nil myazedi_m17n unicode-bmp) mymr-myazedi)))
118 (georgian
119  (nil
120   ((nil bpg\ classic\ 99u unicode-bmp))))
121 (ethiopic
122  (nil
123   ((nil freeserif unicode-bmp))))
124 (khmer
125  (nil
126   ((nil khmer\ os unicode-bmp) khmr-otf)
127   ((nil anlongvill\ khek apple-roman) khmr-anlong)))
128 (hiragana
129  (nil
130   ((nil kochi\ gothic unicode-bmp))
131   ))
132 (katakana
133  (nil
134   ((nil kochi\ gothic unicode-bmp))
135   ))
136 (hangul
137  (nil
138   ((nil baekmuk\ dotum unicode-bmp))))
139 (han
140  (ja
141   ((nil kochi\ gothic unicode-bmp)))
142  (zh
143   ((nil ar\ pl\ sungtil\ gb unicode-bmp))
144   ((nil ar\ pl\ mingti2l\ big5 unicode-bmp)))
145  (ko
146   ((nil baekmuk\ dotum unicode-bmp))))
147
148 (nil
149  ((nil freesans unicode-bmp))
150  ((nil freeserif unicode-bmp))
151  ((nil freemono unicode-bmp)))