projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b8132c
)
(OTF_LookupFlagIgnoreMask): New macro.
author
handa
<handa>
Wed, 4 Aug 2004 02:04:45 +0000
(
02:04
+0000)
committer
handa
<handa>
Wed, 4 Aug 2004 02:04:45 +0000
(
02:04
+0000)
src/otf.h
patch
|
blob
|
history
diff --git
a/src/otf.h
b/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;