*** empty log message ***
[m17n/m17n-db.git] / xfont.fst
1 ;; xfont.fst -- Fontset using only X 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 ;; The file format is this:
25 ;;      (SCRIPT (LANGAUGE (FONT-SPEC-LIST [LAYOUTER]) ...) ...) ...
26 ;;      (CHARSET (FONT-SPEC-LIST [LAYOUTER]) ...) ...
27 ;;      (nil (FONT-SPEC-LIST [LAYOUTER]) ...) ...
28 ;; See FORMAT/Fontset.txt for the detail.
29
30 ;;; <li> xfont.fst
31 ;;;
32 ;;; Fontset using only X fonts.
33
34 (latin
35  (nil
36   ((iso8859-1))
37   ((iso8859-2))
38   ((iso8859-15))
39   ((iso10646-1))
40   ((iso8859-3))
41   ((iso8859-4))
42   ((iso8859-5))
43   ((iso8859-9))
44   ((iso8859-10))
45   ((iso8859-13))
46   ((iso8859-14)))
47  (vi
48   ((viscii1.1-1))
49   ((iso10646-1))))
50 (greek
51  (nil
52   ((iso8859-7))
53   ((iso10646-1))))
54 (cyrillic
55  (nil
56   ((iso8859-5))
57   ((iso10646-1))))
58 (hebrew
59  (nil
60   ((iso8859-8))
61   ((iso10646-1))))
62 (arabic
63  (nil
64   ((nil misc iso10646-1) arabic)))
65 (devanagari
66  (nil
67   ((devanagari-cdac) dev-cdac)
68   ))
69 (malayalam
70  (nil
71   ((malayalam-cdac) mlm-cdac)))
72 (tamil
73  (nil
74   ((tamil-cdac) tml-cdac)))
75 (hiragana
76  (ja
77   ((jisx0208.1983-0)))
78  (nil
79   ((jisx0208.1983-0))
80   ((gb2312.1980-0))
81   ((ksc5601.1987-0))))
82 (katakana
83  (ja
84   ((jisx0208.1983-0)))
85  (nil
86   ((jisx0208.1983-0))
87   ((jisx0201.1976-0))
88   ((gb2312.1980-0))
89   ((ksc5601.1987-0))))
90 (hangul
91  (nil
92   ((ksc5601.1987-0))))
93 (ethiopic
94  (nil
95   ((ethiopic-unicode))))
96 (lao
97  (nil
98   ((mulelao-1) lao-mule)
99   ((nil alice0\ lao iso8859-1) lao-alice)))
100 (khmer
101  (nil
102   ((mulekhmer-1) khmer-mule)))
103 (tibetan
104  (nil
105   ((muletibetan-2) tib-mule)))
106 (thai
107  (nil
108   ((tis620.2529-1) thai-tis620)
109   ((tis620.2533-0) thai-tis620)
110   ))
111 (han
112  (ja
113   ((jisx0208.1983-0))
114   ((jisx0212.1990-0)))
115  (zh
116   ((gb2312.1980-0))
117   ((big5.eten-0))
118   ((big5-1))
119   ((gbk-0)))
120  (ko
121   ((ksc5601.1987-0))))
122
123 (nil
124  ((nil \1col iso10646-1))
125  ((iso10646-1)))