*** empty log message ***
[m17n/m17n-db.git] / FLT / LAOO-MULE.flt
1 ;; LAOO-MULE.flt -- Font Layout Table for Lao (mule font)
2 ;; Copyright (C) 2003, 2004, 2007  AIST (H15PRO112)
3 ;; See the end for copying conditions.
4
5 (font layouter laoo-mule nil
6       (font (mulelao-1)))
7
8 ;;; <li> LAOO-MULE.flt
9 ;;;
10 ;;; For Lao fonts of mule encoding to draw Lao script.  The font is
11 ;;; available at:
12 ;;; <ul>
13 ;;; <li> infopage: http://www.gnu.org/directory/localization/intlfonts.html
14 ;;; <li> download: ftp://ftp.gnu.org/pub/gnu/intlfonts/intlfonts-1.2.1.tar.gz
15 ;;; </ul>
16
17 (category
18  ;; C: CONSONANT (except c and s)
19  ;; c: TALL CONSONANT
20  ;; s: LAO SEMIVOWEL SIGN LO
21  ;; V: VOWEL UPPER
22  ;; v: VOWEL LOWER
23  ;; T: TONE
24  ;; I: INDEPENDENT
25  ;;
26  (0x0E80 0x0EDF ?I)
27  (0x0E81 0x0E82 ?C)
28  (0x0E84        ?C)
29  (0x0E87 0x0E88 ?C)
30  (0x0E8A        ?C)
31  (0x0E8D        ?C)
32  (0x0E94 0x0E97 ?C)
33  (0x0E99 0x0E9E ?C)
34  (0x0E9B        ?c)
35  (0x0E9D        ?c)
36  (0x0E9F        ?c)
37  (0x0EA1 0x0EA3 ?C)
38  (0x0EA2        ?c)
39  (0x0EA5        ?C)
40  (0x0EA7        ?C)
41  (0x0EAA 0x0EAB ?C)
42  (0x0EAD 0x0EAE ?C)
43  (0x0EB1        ?V)
44  (0x0EB4 0x0EB7 ?V)
45  (0x0EB8 0x0EB9 ?v)
46  (0x0EBB        ?V)
47  (0x0EBC        ?s)
48  (0x0EC8 0x0ECC ?T)
49  (0x0ECD        ?V))
50
51 (generator
52  (0
53   (cond
54    ("cs?(VT?|v?T)"
55     <
56     ("(cs?)" independent semi-vowel)
57     ("VT?" composed-non-relative composed-relative *)
58     (".*" composed-non-relative *)
59     > )
60    ("Cs?[vV]?T?"
61     < independent semi-vowel composed-relative * > )
62    ("[^Cs]*"
63     independent *))
64   *)
65
66  (independent
67   ((range 0x0E80 0x0EDF) 0xA0))
68
69  (composed-relative
70   (cond
71    ((0x0EB1)    tc+bc 0xD1)
72    ((0x0EB4)    tc+bc 0xD4)
73    ((0x0EB5)    tc+bc 0xD5)
74    ((0x0EB6)    tc+bc 0xD6)
75    ((0x0EB7)    tc+bc 0xD7)
76    ((0x0EB8)    bc+tc 0xD8)
77    ((0x0EB9)    bc+tc 0xD9)
78    ((0x0EBB)    tc+bc 0xDB)
79    ((0x0EC7)    tc+bc 0xE7)
80    ((0x0EC8)    tc+bc 0xE8)
81    ((0x0EC9)    tc+bc 0xE9)
82    ((0x0ECA)    tc+bc 0xEA)
83    ((0x0ECB)    tc+bc 0xEB)
84    ((0x0ECC)    tc+bc 0xEC)
85    ((0x0ECD)    tc+bc 0xED)
86    ((0x0ECE)    tc+bc 0xEE)))
87
88  (semi-vowel
89   ((0x0EBC)     Bc-Bc 0xDC))
90
91  (composed-non-relative
92   (cond
93    ((0x0EB1)    Bc-Bc 0xD1)
94    ((0x0EB4)    Bc-Bc 0xD4)
95    ((0x0EB5)    Bc-Bc 0xD5)
96    ((0x0EB6)    Bc-Bc 0xD6)
97    ((0x0EB7)    Bc-Bc 0xD7)
98    ((0x0EB8)    Bc-Bc 0xD8)
99    ((0x0EB9)    Bc-Bc 0xD9)
100    ((0x0EBB)    Bc-Bc 0xDB)
101    ((0x0E47)    Bc-Bc 0xE7)
102    ((0x0E48)    Bc-Bc 0xE8)
103    ((0x0E49)    Bc-Bc 0xE9)
104    ((0x0E4A)    Bc-Bc 0xEA)
105    ((0x0E4B)    Bc-Bc 0xEB)
106    ((0x0E4C)    Bc-Bc 0xEC)
107    ((0x0E4D)    Bc-Bc 0xED)
108    ((0x0E4E)    Bc-Bc 0xEE))))
109
110 ;; Copyright (C) 2003, 2004, 2007
111 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
112 ;;   Registration Number H15PRO112
113
114 ;; This file is part of the m17n database; a sub-part of the m17n
115 ;; library.
116
117 ;; The m17n library is free software; you can redistribute it and/or
118 ;; modify it under the terms of the GNU Lesser General Public License
119 ;; as published by the Free Software Foundation; either version 2.1 of
120 ;; the License, or (at your option) any later version.
121
122 ;; The m17n library is distributed in the hope that it will be useful,
123 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
124 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
125 ;; Lesser General Public License for more details.
126
127 ;; You should have received a copy of the GNU Lesser General Public
128 ;; License along with the m17n library; if not, write to the Free
129 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
130 ;; Boston, MA 02110-1301, USA.
131
132 ;; Local Variables:
133 ;; mode: lisp
134 ;; End: