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:
2a6dfd0
)
(mfont__ft_drive_otf): Fix previous change.
author
handa
<handa>
Thu, 5 Aug 2004 08:34:27 +0000
(08:34 +0000)
committer
handa
<handa>
Thu, 5 Aug 2004 08:34:27 +0000
(08:34 +0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
f40d383
..
426bc4f
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-1106,7
+1106,12
@@
mfont__ft_drive_otf (MGlyphString *gstring, int from, int to,
/* Not yet supported. */
break;
}
- prev = g;
+ if (g->GlyphClass == OTF_GlyphClass0)
+ base = mark = g;
+ else if (g->GlyphClass == OTF_GlyphMark)
+ mark = g;
+ else
+ base = g;
}
}
return to;