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:
b9385fa
)
(enum OTF_LookupFlagBit): Fix OTF_IgnoreMarks.
author
handa
<handa>
Thu, 5 Aug 2004 07:10:32 +0000
(07:10 +0000)
committer
handa
<handa>
Thu, 5 Aug 2004 07:10:32 +0000
(07:10 +0000)
src/otf.h
patch
|
blob
|
history
diff --git
a/src/otf.h
b/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
};