Specify GPOS order explicitly.
authorntakahas <ntakahas>
Mon, 6 Aug 2007 05:29:56 +0000 (05:29 +0000)
committerntakahas <ntakahas>
Mon, 6 Aug 2007 05:29:56 +0000 (05:29 +0000)
Change "otf:mlym=+" to "=".

FLT/MLYM-OTF.flt

index 419b0a2..4365db6 100644 (file)
  (0
   (cond
    (" ([^ ]+) "
-    (1 otf:mlym=pres,abvs,blws,psts))
+    (1 otf:mlym=pres,abvs,blws,psts+abvm,blwm,dist))
    ("."
-    [ otf:mlym=+ ]))
+    [ = ]))
   *))
 
 ;; Local Variables: