*** empty log message ***
[m17n/m17n-db.git] / HEBREW.flt
1 ;; HEBREW.flt -- Font Layout Table for Hebrew font (Unicode encoding)
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> HEBREW.flt
25 ;;;
26 ;;; For Hebrew fonts of Unicode encoding to draw Hebrew script.  This
27 ;;; is for such a font that requires explicit combining code to draw
28 ;;; accents and points.
29
30 (category
31  (0x0590 0x05ff ?h)                     ; hebrew
32  )
33
34 (generator
35  (0
36   (cond
37    ((0x05d9 0x05b4) 0xfb1d)
38    ((0x05e9 0x05c1) 0xfb2a)
39    ((0x05e9 0x05c2) 0xfb2b)
40    ((0x05e9 0x05bc 0x05c1) 0xfb2c)
41    ((0x05e9 0x05bc 0x05c2) 0xfb2d)
42    ((0x05d0 0x05b7) 0xfb2e)
43    ((0x05d0 0x05b8) 0xfb2f)
44    ((0x05d0 0x05bc) 0xfb30)
45    ((0x05d1 0x05bc) 0xfb31)
46    ((0x05d2 0x05bc) 0xfb32)
47    ((0x05d3 0x05bc) 0xfb33)
48    ((0x05d4 0x05bc) 0xfb34)
49    ((0x05d5 0x05bc) 0xfb35)
50    ((0x05d6 0x05bc) 0xfb36)
51    ((0x05d8 0x05bc) 0xfb38)
52    ((0x05d9 0x05bc) 0xfb39)
53    ((0x05da 0x05bc) 0xfb3a)
54    ((0x05db 0x05bc) 0xfb3b)
55    ((0x05dc 0x05bc) 0xfb3c)
56    ((0x05de 0x05bc) 0xfb3e)
57    ((0x05e0 0x05bc) 0xfb40)
58    ((0x05e1 0x05bc) 0xfb41)
59    ((0x05e3 0x05bc) 0xfb43)
60    ((0x05e4 0x05bc) 0xfb44)
61    ((0x05e6 0x05bc) 0xfb46)
62    ((0x05e7 0x05bc) 0xfb47)
63    ((0x05e8 0x05bc) 0xfb48)
64    ((0x05e9 0x05bc) 0xfb49)
65    ((0x05ea 0x05bc) 0xfb4a)
66    ((0x05d5 0x05b9) 0xfb4b)
67    ((0x05d1 0x05bf) 0xfb4c)
68    ((0x05db 0x05bf) 0xfb4d)
69    ((0x05e4 0x05bf) 0xfb4e)
70    ("." =))
71   *))
72
73 (category
74  (0x0590 0x05af ?p)                     ; accents
75  (0x05d0 0x05ff ?h)                     ; letters
76  (0xfb1d 0xfb4e ?h)                     ; presentation forms
77  (0x05b0 0x05c4 ?p)                     ; points
78  (0x05be        ?h)                     ; punctuation
79  (0x05c0        ?h)                     ; punctuation
80  (0x05c3        ?h)                     ; punctuation
81  )
82
83 (generator
84  (0
85   (cond
86    ("(h)(p+)"
87     <
88     (1 =)
89     (2 ("." Bc-Bc =) *)
90     >)
91    ("." = *))
92   *)
93  )
94
95 ;; Local Variables:
96 ;; mode: lisp
97 ;; End: