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