projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0222350
)
(run_otf): Clear combining code for glyphs whose
author
handa
<handa>
Thu, 3 Sep 2009 07:34:59 +0000
(07:34 +0000)
committer
handa
<handa>
Thu, 3 Sep 2009 07:34:59 +0000
(07:34 +0000)
positions are adjusted by GPOS table.
src/m17n-flt.c
patch
|
blob
|
history
diff --git
a/src/m17n-flt.c
b/src/m17n-flt.c
index
45821a3
..
315f5cc
100644
(file)
--- a/
src/m17n-flt.c
+++ b/
src/m17n-flt.c
@@
-1775,6
+1775,7
@@
run_otf (int depth,
g->descent -= aa->yoff;
}
}
+ SET_COMBINING_CODE (g, ctx, 0);
g->adjusted = 1;
}
}