*** empty log message ***
[m17n/m17n-db.git] / FLT / ARAB-OTF-NO-GPOS.flt
index 98c8b3d..c378138 100644 (file)
@@ -1,46 +1,28 @@
 ;; ARAB-OTF-NO-GPOS.flt -- Font Layout Table for Arabic OpenType font sans GPOS
-;; Copyright (C) 2005, 2006, 2007
-;;   National Institute of Advanced Industrial Science and Technology (AIST)
-;;   Registration Number H15PRO112
-
-;; This file is part of the m17n database; a sub-part of the m17n
-;; library.
-
-;; The m17n library is free software; you can redistribute it and/or
-;; modify it under the terms of the GNU Lesser General Public License
-;; as published by the Free Software Foundation; either version 2.1 of
-;; the License, or (at your option) any later version.
-
-;; The m17n library is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-;; Lesser General Public License for more details.
+;; Copyright (C) 2005, 2006, 2007, 2008  AIST (H15PRO112)
+;; See the end for copying conditions.
 
-;; You should have received a copy of the GNU Lesser General Public
-;; License along with the m17n library; if not, write to the Free
-;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+(font layouter arab-otf-no-gpos nil
+      (font (nil nil unicode-bmp :otf=arab=init,medi,fina,liga+~mark)))
 
 ;;; <li> ARAB-OTF-NO-GPOS.flt
 ;;;
 ;;; For Arabic OpenType fonts that don't have GPOS table to draw the
 ;;; Arabic script.
 
-(font layouter arab-otf-no-gpos nil
-      (font (nil nil unicode-bmp :otf=arab=init,medi,fina,liga+~mark)))
-
 ;; Step 0: Move Kazakh high hamza.
 
 (category
  ;; p: high hamza carrier (p for positive)
  ;; n: high hamza suppressor (n for negative)
  ;; x: don't care
+ ;; X: presentation form
  (0x0600 0x06FF                ?x)
- (0x0750 0x077F                ?x)             ; Arabic Supplement
  (0x0674 0x0678                ?p)
  (0x0643               ?n)
  (0x06AF               ?n)
  (0x06D5               ?n)
+ (0x0750 0x077F                ?x)             ; Arabic Supplement
  (0x200C               ?x)
  (0x200D               ?x)
  (0x25CC               ?x)
  (0x0759 0x075B                ?R)
  (0x075C 0x076A                ?D)
  (0x076B 0x076C                ?R)
- (0x076D               ?D)
+ (0x076D 0x0770                ?D)
+ (0x0771               ?R)
+ (0x0772               ?D)
+ (0x0773 0x0774                ?R)
+ (0x0775 0x0777                ?D)
+ (0x0778 0x0779                ?R)
+ (0x077A 0x077F                ?D)
  (0x200C               ?U)
  (0x200D               ?D)
  (0x25CC               ?U)
    ("." =))
   *))
 
+;; Copyright (C) 2005, 2006, 2007, 2008
+;;   National Institute of Advanced Industrial Science and Technology (AIST)
+;;   Registration Number H15PRO112
+
+;; This file is part of the m17n database; a sub-part of the m17n
+;; library.
+
+;; The m17n library is free software; you can redistribute it and/or
+;; modify it under the terms of the GNU Lesser General Public License
+;; as published by the Free Software Foundation; either version 2.1 of
+;; the License, or (at your option) any later version.
+
+;; The m17n library is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; Lesser General Public License for more details.
+
+;; You should have received a copy of the GNU Lesser General Public
+;; License along with the m17n library; if not, write to the Free
+;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
+
 ;; Local Variables:
 ;; mode: lisp
 ;; End: