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