(OTF_LookupFlagIgnoreMask): New macro.
authorhanda <handa>
Wed, 4 Aug 2004 02:04:45 +0000 (02:04 +0000)
committerhanda <handa>
Wed, 4 Aug 2004 02:04:45 +0000 (02:04 +0000)
src/otf.h

index 673775f..753e89f 100644 (file)
--- a/src/otf.h
+++ b/src/otf.h
@@ -465,6 +465,9 @@ enum OTF_LookupFlagBit
     OTF_MarkAttachmentType = 0xFF00
   };
 
+#define OTF_LookupFlagIgnoreMask \
+  (OTF_IgnoreBaseGlyphs | OTF_IgnoreLigatures | OTF_IgnoreMarks)
+
 typedef struct
 {
   OTF_Offset offset;