From: handa Date: Wed, 4 Aug 2004 02:04:45 +0000 (+0000) Subject: (OTF_LookupFlagIgnoreMask): New macro. X-Git-Tag: REL-0-9-1~29 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a89e85eb2821f58d9704defff279b872edfad0b4;p=m17n%2Flibotf.git (OTF_LookupFlagIgnoreMask): New macro. --- 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;