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:
9640f8f
)
(mfont__ft_drive_otf): Call OTF_drive_gdef.
author
handa
<handa>
Wed, 4 Aug 2004 04:35:41 +0000
(
04:35
+0000)
committer
handa
<handa>
Wed, 4 Aug 2004 04:35:41 +0000
(
04:35
+0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
af01c48
..
d8713d8
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-989,6
+989,7
@@
mfont__ft_drive_otf (MGlyphString *gstring, int from, int to,
&& OTF_drive_cmap (otf, &otf_gstring) < 0)
goto simple_copy;
+ OTF_drive_gdef (otf, &otf_gstring);
gidx = gstring->used;
if (gsub_feature_names)