*** 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  AIST (H15PRO112)
3 ;; See the end for copying conditions.
4
5 (font layouter laoo-generic nil
6       (font (nil nil unicode-bmp :lang=lo)))
7
8 ;;; <li> LAOO-GENERIC.flt
9
10 (category
11  ;; C: CONSONANT (except for c and s)
12  ;; c: TALL CONSONANT
13  ;; s: LAO SEMIVOWEL SIGN LO
14  ;; A: VOWEL AM
15  ;; V: VOWEL UPPER
16  ;; v: VOWEL LOWER
17  ;; T: TONE
18  ;; I: INDEPENDENT VOWEL (except for A)
19  ;; S: SIGN
20  (0x0E81 0x0E82 ?C)
21  (0x0E84        ?C)
22  (0x0E87 0x0E88 ?C)
23  (0x0E8A        ?C)
24  (0x0E8D        ?C)
25  (0x0E94 0x0E97 ?C)
26  (0x0E99 0x0E9E ?C)
27  (0x0E9B        ?c)
28  (0x0E9D        ?c)
29  (0x0E9F        ?c)
30  (0x0EA1 0x0EA3 ?C)
31  (0x0EA2        ?c)
32  (0x0EA5        ?C)
33  (0x0EA7        ?C)
34  (0x0EAA 0x0EAB ?C)
35  (0x0EAD 0x0EAE ?C)
36  (0x0EAF        ?S)
37  (0x0EB0        ?I)
38  (0x0EB1        ?V)
39  (0x0EB2        ?I)
40  (0x0EB3        ?A)
41  (0x0EB4 0x0EB7 ?V)
42  (0x0EB8 0x0EB9 ?v)
43  (0x0EBB        ?V)
44  (0x0EBC        ?s)
45  (0x0EBD        ?I)
46  (0x0EC0 0x0EC4 ?I)
47  (0x0EC6        ?S)
48  (0x0EC8 0x0ECC ?T)
49  (0x0ECD        ?V)
50  (0x0ED0 0x0ED9 ?I)
51  (0x0EDC 0x0EDD ?C))
52
53 (generator
54  (0
55   (cond
56    ("(Cs?)(T)?(A)"
57     < (1 = =) 0x0ECD (2 tr+bl =) (3 0x0EB2) > )
58    ("(cs?)(T)?(A)"
59     < (1 = =) Br<10Bl 0x0ECD (2 tr+<10bl =) (3 0x0EB2) > )
60    ("(Cs?[vV]?)(T)?"
61     < (1 = *) (2 tr+bl =) > )
62    ("(cs?)([vV])?(T)?"
63     < (1 = *) (2 (cond ("v" =) ("." Br<10Bl =))) (3 tr+<10bl =) > )
64    ("[sVvTA]"
65     [ = ])
66    ("."
67     =))
68   *))
69
70 ;; Copyright (C) 2005, 2007
71 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
72 ;;   Registration Number H15PRO112
73
74 ;; This file is part of the m17n database; a sub-part of the m17n
75 ;; library.
76
77 ;; The m17n library is free software; you can redistribute it and/or
78 ;; modify it under the terms of the GNU Lesser General Public License
79 ;; as published by the Free Software Foundation; either version 2.1 of
80 ;; the License, or (at your option) any later version.
81
82 ;; The m17n library is distributed in the hope that it will be useful,
83 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
84 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
85 ;; Lesser General Public License for more details.
86
87 ;; You should have received a copy of the GNU Lesser General Public
88 ;; License along with the m17n library; if not, write to the Free
89 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
90 ;; Boston, MA 02110-1301, USA.
91
92 ;; Local Variables:
93 ;; mode: lisp
94 ;; End: