Remove 0x0DDA from left matra group. Add 0x0DDB to left matra group.
[m17n/m17n-db.git] / FLT / NO-CTL.flt
index 4d8582d..46c30da 100644 (file)
@@ -1,4 +1,26 @@
 ;; NO-CLT.flt -- Font Layout Table suppressing Complex Text Layout
+;; Copyright (C) 2003, 2004, 2005  AIST (H15PRO112)
+;; See the end for copying conditions.
+
+(font layouter no-ctl nil)
+
+;;; <li> NO-CTL.flt
+;;;
+;;; This is to suppress Complex Text Layout for many scripts.  This
+;;; FLT can be used for fonts that have Unicode encoding.  Even if a
+;;; glyph in a font has zero width, the glyph is displayed as if it is
+;;; a spacing glyph.
+
+(category
+ (0x0000 0x10FFFF ?C)
+)
+
+(generator
+ (0
+  (cond 
+   ("C" [ = ]))
+  *))
+
 ;; Copyright (C) 2003, 2004, 2005
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H15PRO112
 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 ;; Boston, MA 02110-1301, USA.
 
-;;; <li> NO-CTL.flt
-;;;
-;;; This is to suppress Complex Text Layout for many scripts.  This
-;;; FLT can be used for fonts that have Unicode encoding.  Even if a
-;;; glyph in a font has zero width, the glyph is displayed as if it is
-;;; a spacing glyph.
-
-(category
- (0x0000 0x10FFFF ?C)
-)
-
-(generator
- (0
-  (cond 
-   ("C" [ = ]))
-  *))
-
 ;; Local Variables:
 ;; mode: lisp
 ;; End: