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:
3ce3f98
)
(lookup_gsub): Fix handling of Extension lookup.
author
handa
<handa>
Fri, 6 Aug 2004 12:09:42 +0000
(12:09 +0000)
committer
handa
<handa>
Fri, 6 Aug 2004 12:09:42 +0000
(12:09 +0000)
(lookup_gpos): Support Extension lookup.
(gstring_subst): Fix previous change.
src/otfdrive.c
patch
|
blob
|
history
diff --git
a/src/otfdrive.c
b/src/otfdrive.c
index
cd50897
..
b2122ce
100644
(file)
--- a/
src/otfdrive.c
+++ b/
src/otfdrive.c
@@
-68,7
+68,8
@@
gstring_subst (OTF_GlyphString *gstring, int from, int to, int flag,
int non_ignored_idx;
for (i = non_ignored_idx = to - 1; i >= from; i--)
- if (flag & (1 << gstring->glyphs[i].GlyphClass))
+ if (! gstring->glyphs[i].glyph_id
+ || (flag & (1 << gstring->glyphs[i].GlyphClass)))
{
OTF_Glyph temp = gstring->glyphs[i];