Add three punctuations.
[m17n/m17n-db.git] / FLT / HEBR.flt
1 ;; HEBR.flt -- Font Layout Table for Hebrew font (Unicode encoding)
2 ;; Copyright (C) 2003, 2004, 2007  AIST (H15PRO112)
3 ;; See the end for copying conditions.
4
5 (font layouter hebr nil
6       (font (nil freesans unicode-bmp)))
7
8 ;;; <li> HEBR.flt
9 ;;;
10 ;;; For Hebrew fonts of Unicode encoding to draw Hebrew script.  This
11 ;;; is for such a font that requires explicit combining code to draw
12 ;;; accents and points.
13
14 (category
15  (0x0590 0x05ff ?h)                     ; hebrew
16  )
17
18 (generator
19  (0
20   (cond
21    ((0x05d9 0x05b4) 0xfb1d)
22    ((0x05e9 0x05c1) 0xfb2a)
23    ((0x05e9 0x05c2) 0xfb2b)
24    ((0x05e9 0x05bc 0x05c1) 0xfb2c)
25    ((0x05e9 0x05bc 0x05c2) 0xfb2d)
26    ((0x05d0 0x05b7) 0xfb2e)
27    ((0x05d0 0x05b8) 0xfb2f)
28    ((0x05d0 0x05bc) 0xfb30)
29    ((0x05d1 0x05bc) 0xfb31)
30    ((0x05d2 0x05bc) 0xfb32)
31    ((0x05d3 0x05bc) 0xfb33)
32    ((0x05d4 0x05bc) 0xfb34)
33    ((0x05d5 0x05bc) 0xfb35)
34    ((0x05d6 0x05bc) 0xfb36)
35    ((0x05d8 0x05bc) 0xfb38)
36    ((0x05d9 0x05bc) 0xfb39)
37    ((0x05da 0x05bc) 0xfb3a)
38    ((0x05db 0x05bc) 0xfb3b)
39    ((0x05dc 0x05bc) 0xfb3c)
40    ((0x05de 0x05bc) 0xfb3e)
41    ((0x05e0 0x05bc) 0xfb40)
42    ((0x05e1 0x05bc) 0xfb41)
43    ((0x05e3 0x05bc) 0xfb43)
44    ((0x05e4 0x05bc) 0xfb44)
45    ((0x05e6 0x05bc) 0xfb46)
46    ((0x05e7 0x05bc) 0xfb47)
47    ((0x05e8 0x05bc) 0xfb48)
48    ((0x05e9 0x05bc) 0xfb49)
49    ((0x05ea 0x05bc) 0xfb4a)
50    ((0x05d5 0x05b9) 0xfb4b)
51    ((0x05d1 0x05bf) 0xfb4c)
52    ((0x05db 0x05bf) 0xfb4d)
53    ((0x05e4 0x05bf) 0xfb4e)
54    ("." =))
55   *))
56
57 (category
58  (0x0590 0x05af ?p)                     ; accents
59  (0x05d0 0x05ff ?h)                     ; letters
60  (0xfb1d 0xfb4e ?h)                     ; presentation forms
61  (0x05b0 0x05c4 ?p)                     ; points
62  (0x05be        ?h)                     ; punctuation
63  (0x05c0        ?h)                     ; punctuation
64  (0x05c3        ?h)                     ; punctuation
65  )
66
67 (generator
68  (0
69   (cond
70    ("(h)(p+)"
71     <
72     (1 =)
73     (2 ("." Bc.Bc =) *)
74     >)
75    ("." = *))
76   *)
77  )
78
79 ;; Copyright (C) 2003, 2004, 2007
80 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
81 ;;   Registration Number H15PRO112
82
83 ;; This file is part of the m17n database; a sub-part of the m17n
84 ;; library.
85
86 ;; The m17n library is free software; you can redistribute it and/or
87 ;; modify it under the terms of the GNU Lesser General Public License
88 ;; as published by the Free Software Foundation; either version 2.1 of
89 ;; the License, or (at your option) any later version.
90
91 ;; The m17n library is distributed in the hope that it will be useful,
92 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
93 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
94 ;; Lesser General Public License for more details.
95
96 ;; You should have received a copy of the GNU Lesser General Public
97 ;; License along with the m17n library; if not, write to the Free
98 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
99 ;; Boston, MA 02110-1301, USA.
100
101 ;; Local Variables:
102 ;; mode: lisp
103 ;; End: