855290984d8faeb19c33a1531b25ee8bf9e1606c
[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) hebrew)))
42 (arabic
43  (nil
44   ((nil riwaj unicode-bmp) arabic-otf)
45   ((nil bitstream\ cyberbase unicode-bmp) arabic)))
46 (syriac
47  (nil
48   ((nil estrangelo\ talada unicode-bmp) syriac-otf)
49   ((nil serto\ jerusalem unicode-bmp) syriac-otf)
50   ((nil east\ syriac adiabene unicode-bmp) syriac-otf)))
51 (thaana
52  (nil
53   ((nil thaana\ unicode\ akeh unicode-bmp) thaana-otf)))
54 (devanagari
55  (nil
56   ((nil gargi-1.3 unicode-bmp) dev-otf)
57   ((nil raghindi t) dev-otf)
58   ((nil dv-ttyogesh apple-roman) dev-cdac)))
59 (bengali
60  (nil
61   ((nil mukti\ narrow unicode-bmp) ben-otf)
62   ((nil likhan unicode-bmp) ben-otf)))
63 (gurmukhi
64  (nil
65   ((nil saab unicode-bmp) gur-otf)))
66 (gujarati
67  (nil
68   ((nil padmaa unicode-bmp) guj-otf)))
69 (oriya
70  (nil
71   ((nil utkal unicode-bmp) ori-otf)))
72 (tamil
73  (nil
74   ((nil akrutitml1 unicode-bmp) tml-otf)
75   ((nil akrutitml2 unicode-bmp) tml-otf)
76   ((nil tscu_paranar unicode-bmp) tml-otf)
77   ((nil tscu_comic unicode-bmp) tml-otf)
78   ((nil tscu_times unicode-bmp) tml-otf)
79   ((nil tamu_kadambri unicode-bmp) tml-otf)
80   ((nil tamu_kalyani unicode-bmp) tml-otf)
81   ((nil tamu_maduram unicode-bmp) tml-otf)
82   ((nil tm-ttvalluvar apple-roman) tml-cdac)))
83 (telugu
84  (nil
85   ((nil pothana2000 unicode-bmp) tel-otf)))
86 (kannada
87  (nil
88   ((nil sampige unicode-bmp) kan-otf)))
89 (sinhala
90  (nil
91   ((nil lklug unicode-bmp) sinh-otf)))
92 (malayalam
93  (nil
94   ((nil thoolikaunicode unicode-bmp) mlm-otf)
95   ((nil ml-ttkarthika apple-roman) mlm-cdac)))
96 (thai
97  (nil
98   ((nil norasi unicode-bmp) thai-norasi)))
99 (lao
100  (nil
101   ((nil alice0\ lao apple-roman) lao-alice)))
102 (tibetan
103  (nil
104   ((nil mtib unicode-bmp) tib-mtib)))
105 (myanmar
106  (nil
107   ((nil myazedi_m17n unicode-bmp) mymr-myazedi)))
108 (georgian
109  (nil
110   ((nil bpg\ classic\ 99u unicode-bmp))))
111 (ethiopic
112  (nil
113   ((nil freeserif unicode-bmp))))
114 (khmer
115  (nil
116   ((nil anlongvill\ khek apple-roman) khmer-anlong)))
117 (hiragana
118  (nil
119   ((nil kochi\ gothic unicode-bmp))
120   ))
121 (katakana
122  (nil
123   ((nil kochi\ gothic unicode-bmp))
124   ))
125 (hangul
126  (nil
127   ((nil baekmuk\ dotum unicode-bmp))))
128 (han
129  (ja
130   ((nil kochi\ gothic unicode-bmp)))
131  (zh
132   ((nil ar\ pl\ sungtil\ gb unicode-bmp))
133   ((nil ar\ pl\ mingti2l\ big5 unicode-bmp)))
134  (ko
135   ((nil baekmuk\ dotum unicode-bmp))))
136
137 (nil
138  ((nil freesans unicode-bmp))
139  ((nil freeserif unicode-bmp))
140  ((nil freemono unicode-bmp)))