*** empty log message ***
[m17n/m17n-db.git] / FLT / LAOO-GENERIC.flt
1 ;; LAOO-GENERIC.flt -- Font Layout Table for Lao
2 ;; Copyright (C) 2005, 2007
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-GENERIC.flt
25
26 (font layouter laoo-generic nil
27       (font (nil nil unicode-bmp :lang=lo)))
28
29 (category
30  ;; C: CONSONANT (except for c and s)
31  ;; c: TALL CONSONANT
32  ;; s: LAO SEMIVOWEL SIGN LO
33  ;; A: VOWEL AM
34  ;; V: VOWEL UPPER
35  ;; v: VOWEL LOWER
36  ;; T: TONE
37  ;; I: INDEPENDENT VOWEL (except for A)
38  ;; S: SIGN
39  (0x0E81 0x0E82 ?C)
40  (0x0E84        ?C)
41  (0x0E87 0x0E88 ?C)
42  (0x0E8A        ?C)
43  (0x0E8D        ?C)
44  (0x0E94 0x0E97 ?C)
45  (0x0E99 0x0E9E ?C)
46  (0x0E9B        ?c)
47  (0x0E9D        ?c)
48  (0x0E9F        ?c)
49  (0x0EA1 0x0EA3 ?C)
50  (0x0EA2        ?c)
51  (0x0EA5        ?C)
52  (0x0EA7        ?C)
53  (0x0EAA 0x0EAB ?C)
54  (0x0EAD 0x0EAE ?C)
55  (0x0EAF        ?S)
56  (0x0EB0        ?I)
57  (0x0EB1        ?V)
58  (0x0EB2        ?I)
59  (0x0EB3        ?A)
60  (0x0EB4 0x0EB7 ?V)
61  (0x0EB8 0x0EB9 ?v)
62  (0x0EBB        ?V)
63  (0x0EBC        ?s)
64  (0x0EBD        ?I)
65  (0x0EC0 0x0EC4 ?I)
66  (0x0EC6        ?S)
67  (0x0EC8 0x0ECC ?T)
68  (0x0ECD        ?V)
69  (0x0ED0 0x0ED9 ?I)
70  (0x0EDC 0x0EDD ?C))
71
72 (generator
73  (0
74   (cond
75    ("(Cs?)(T)?(A)"
76     < (1 = =) 0x0ECD (2 tr+bl =) (3 0x0EB2) > )
77    ("(cs?)(T)?(A)"
78     < (1 = =) Br<10Bl 0x0ECD (2 tr+<10bl =) (3 0x0EB2) > )
79    ("(Cs?[vV]?)(T)?"
80     < (1 = *) (2 tr+bl =) > )
81    ("(cs?)([vV])?(T)?"
82     < (1 = *) (2 (cond ("v" =) ("." Br<10Bl =))) (3 tr+<10bl =) > )
83    ("[sVvTA]"
84     [ = ])
85    ("."
86     =))
87   *))
88
89 ;; Local Variables:
90 ;; mode: lisp
91 ;; End: