1b10f000c3dccaf40b2988e6200f4084210767ea
[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 freemono unicode-bmp))))
38 (hebrew
39  (nil
40   ((nil freesans unicode-bmp) hebrew)))
41 (arabic
42  (nil
43   ((nil bitstream\ cyberbase unicode-bmp) arabic)))
44 (devanagari
45  (nil
46   ((nil raghindi t) dev-otf)
47   ((nil dv-ttyogesh apple-roman) dev-cdac)))
48 (bengali
49  (nil
50   ((nil mukti\ narrow unicode-bmp) ben-otf)
51   ((nil likhan unicode-bmp) ben-otf)))
52 (malayalam
53  (nil
54   ((nil thoolikaunicode unicode-bmp) mlm-otf)
55   ((nil ml-ttkarthika apple-roman) mlm-cdac)))
56 (tamil
57  (nil
58   ((nil tm-ttvalluvar apple-roman) tml-cdac)))
59 (thai
60  (nil
61   ((nil norasi unicode-bmp) thai-norasi)))
62 (lao
63  (nil
64   ((nil alice0\ lao apple-roman) lao-alice)))
65 (khmer
66  (nil
67   ((nil anlongvill\ khek apple-roman) khmer-anlong)))
68 (tibetan
69  (nil
70   ((nil mtib unicode-bmp) tib-mtib)))
71 (georgian
72  (nil
73   ((nil bpg\ classic\ 99u unicode-bmp))))
74 (ethiopic
75  (nil
76   ((nil freeserif unicode-bmp))))
77 (hiragana
78  (nil
79   ((nil kochi\ gothic unicode-bmp))
80   ))
81 (katakana
82  (nil
83   ((nil kochi\ gothic unicode-bmp))
84   ))
85 (hangul
86  (nil
87   ((nil baekmuk\ dotum unicode-bmp))))
88 (han
89  (ja
90   ((nil kochi\ gothic unicode-bmp)))
91  (zh
92   ((nil ar\ pl\ sungtil\ gb unicode-bmp))
93   ((nil ar\ pl\ mingti2l\ big5 unicode-bmp)))
94  )
95
96 (nil
97  ((nil freesans unicode-bmp))
98  ((nil freemono unicode-bmp)))