(enum OTF_LookupFlagBit): Fix OTF_IgnoreMarks.
authorhanda <handa>
Thu, 5 Aug 2004 07:10:32 +0000 (07:10 +0000)
committerhanda <handa>
Thu, 5 Aug 2004 07:10:32 +0000 (07:10 +0000)
src/otf.h

index 753e89f..e26e50c 100644 (file)
--- a/src/otf.h
+++ b/src/otf.h
@@ -460,7 +460,7 @@ enum OTF_LookupFlagBit
     OTF_RightToLeft = 0x0001,
     OTF_IgnoreBaseGlyphs = 0x0002,
     OTF_IgnoreLigatures = 0x0004,
-    OTF_IgnoreMarks = 0x8000,
+    OTF_IgnoreMarks = 0x0008,
     OTF_Reserved = 0x00F0,
     OTF_MarkAttachmentType = 0xFF00
   };