(%.tab): Fix previous change.
[m17n/m17n-db.git] / FLT / NO-CTL.flt
1 ;; NO-CLT.flt -- Font Layout Table suppressing Complex Text Layout
2 ;; Copyright (C) 2003, 2004, 2005  AIST (H15PRO112)
3 ;; See the end for copying conditions.
4
5 (font layouter no-ctl nil)
6
7 ;;; <li> NO-CTL.flt
8 ;;;
9 ;;; This is to suppress Complex Text Layout for many scripts.  This
10 ;;; FLT can be used for fonts that have Unicode encoding.  Even if a
11 ;;; glyph in a font has zero width, the glyph is displayed as if it is
12 ;;; a spacing glyph.
13
14 (category
15  (0x0000 0x10FFFF ?C)
16 )
17
18 (generator
19  (0
20   (cond 
21    ("C" [ = ]))
22   *))
23
24 ;; Copyright (C) 2003, 2004, 2005
25 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
26 ;;   Registration Number H15PRO112
27
28 ;; This file is part of the m17n library.
29
30 ;; The m17n library is free software; you can redistribute it and/or
31 ;; modify it under the terms of the GNU Lesser General Public License
32 ;; as published by the Free Software Foundation; either version 2.1 of
33 ;; the License, or (at your option) any later version.
34
35 ;; The m17n library is distributed in the hope that it will be useful,
36 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
37 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
38 ;; Lesser General Public License for more details.
39
40 ;; You should have received a copy of the GNU Lesser General Public
41 ;; License along with the m17n library; if not, write to the Free
42 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
43 ;; Boston, MA 02110-1301, USA.
44
45 ;; Local Variables:
46 ;; mode: lisp
47 ;; End: