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:
2973856
)
(mfont__ft_drive_gpos): Fix previous change.
author
handa
<handa>
Fri, 23 Jul 2004 11:40:58 +0000
(11:40 +0000)
committer
handa
<handa>
Fri, 23 Jul 2004 11:40:58 +0000
(11:40 +0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
2134163
..
6baceb1
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-1087,8
+1087,7
@@
mfont__ft_drive_gpos (MGlyphString *gstring, int from, int to)
u = otf->head->unitsPerEm;
size10 = g->rface->rfont->font.property[MFONT_SIZE];
size = size10 / 10;
- prev = NULL;
- for (i = from_idx; i != to_idx; prev = g++, i += inc)
+ for (i = from_idx; i != to_idx; i += inc)
{
OTF_Glyph *otfg = otf_gstring.glyphs + i;