From a89e85eb2821f58d9704defff279b872edfad0b4 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 4 Aug 2004 02:04:45 +0000 Subject: [PATCH] (OTF_LookupFlagIgnoreMask): New macro. --- src/otf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/otf.h b/src/otf.h index 673775f..753e89f 100644 --- 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; -- 1.7.10.4