*** empty log message ***
[m17n/m17n-db.git] / LAOO-MULE.flt
1 ;; LAOO-MULE.flt -- Font Layout Table for Lao (mule font)
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., 51 Franklin Street, Fifth Floor,
22 ;; Boston, MA 02110-1301, USA.
23
24 ;;; <li> LAOO-MULE.flt
25 ;;;
26 ;;; For Lao fonts of mule encoding to draw Lao script.  The font is
27 ;;; available at:
28 ;;; <ul>
29 ;;; <li> infopage: http://www.gnu.org/directory/localization/intlfonts.html
30 ;;; <li> download: ftp://ftp.gnu.org/pub/gnu/intlfonts/intlfonts-1.2.1.tar.gz
31 ;;; </ul>
32
33 (category
34  ;; C: CONSONANT (except c and s)
35  ;; c: TALL CONSONANT
36  ;; s: LAO SEMIVOWEL SIGN LO
37  ;; V: VOWEL UPPER
38  ;; v: VOWEL LOWER
39  ;; T: TONE
40  ;; I: INDEPENDENT
41  ;;
42  (0x0E80 0x0EDF ?I)
43  (0x0E81 0x0E82 ?C)
44  (0x0E84        ?C)
45  (0x0E87 0x0E88 ?C)
46  (0x0E8A        ?C)
47  (0x0E8D        ?C)
48  (0x0E94 0x0E97 ?C)
49  (0x0E99 0x0E9E ?C)
50  (0x0E9B        ?c)
51  (0x0E9D        ?c)
52  (0x0E9F        ?c)
53  (0x0EA1 0x0EA3 ?C)
54  (0x0EA2        ?c)
55  (0x0EA5        ?C)
56  (0x0EA7        ?C)
57  (0x0EAA 0x0EAB ?C)
58  (0x0EAD 0x0EAE ?C)
59  (0x0EB1        ?V)
60  (0x0EB4 0x0EB7 ?V)
61  (0x0EB8 0x0EB9 ?v)
62  (0x0EBB        ?V)
63  (0x0EBC        ?s)
64  (0x0EC8 0x0ECC ?T)
65  (0x0ECD        ?V))
66
67 (generator
68  (0
69   (cond
70    ("cs?(VT?|v?T)"
71     <
72     ("(cs?)" independent semi-vowel)
73     ("VT?" composed-non-relative composed-relative *)
74     (".*" composed-non-relative *)
75     > )
76    ("Cs?[vV]?T?"
77     < independent semi-vowel composed-relative * > )
78    ("[^Cs]*"
79     independent *))
80   *)
81
82  (independent
83   ((range 0x0E80 0x0EDF) 0xA0))
84
85  (composed-relative
86   (cond
87    ((0x0EB1)    tc+bc 0xD1)
88    ((0x0EB4)    tc+bc 0xD4)
89    ((0x0EB5)    tc+bc 0xD5)
90    ((0x0EB6)    tc+bc 0xD6)
91    ((0x0EB7)    tc+bc 0xD7)
92    ((0x0EB8)    bc+tc 0xD8)
93    ((0x0EB9)    bc+tc 0xD9)
94    ((0x0EBB)    tc+bc 0xDB)
95    ((0x0EC7)    tc+bc 0xE7)
96    ((0x0EC8)    tc+bc 0xE8)
97    ((0x0EC9)    tc+bc 0xE9)
98    ((0x0ECA)    tc+bc 0xEA)
99    ((0x0ECB)    tc+bc 0xEB)
100    ((0x0ECC)    tc+bc 0xEC)
101    ((0x0ECD)    tc+bc 0xED)
102    ((0x0ECE)    tc+bc 0xEE)))
103
104  (semi-vowel
105   ((0x0EBC)     Bc-Bc 0xDC))
106
107  (composed-non-relative
108   (cond
109    ((0x0EB1)    Bc-Bc 0xD1)
110    ((0x0EB4)    Bc-Bc 0xD4)
111    ((0x0EB5)    Bc-Bc 0xD5)
112    ((0x0EB6)    Bc-Bc 0xD6)
113    ((0x0EB7)    Bc-Bc 0xD7)
114    ((0x0EB8)    Bc-Bc 0xD8)
115    ((0x0EB9)    Bc-Bc 0xD9)
116    ((0x0EBB)    Bc-Bc 0xDB)
117    ((0x0E47)    Bc-Bc 0xE7)
118    ((0x0E48)    Bc-Bc 0xE8)
119    ((0x0E49)    Bc-Bc 0xE9)
120    ((0x0E4A)    Bc-Bc 0xEA)
121    ((0x0E4B)    Bc-Bc 0xEB)
122    ((0x0E4C)    Bc-Bc 0xEC)
123    ((0x0E4D)    Bc-Bc 0xED)
124    ((0x0E4E)    Bc-Bc 0xEE))))
125
126 ;; Local Variables:
127 ;; mode: lisp
128 ;; End: