From 376e3ae784a31e5c96037a52d178f08966b71e97 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 4 Aug 2004 04:35:41 +0000 Subject: [PATCH] (mfont__ft_drive_otf): Call OTF_drive_gdef. --- src/font-ft.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/font-ft.c b/src/font-ft.c index af01c48..d8713d8 100644 --- 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) -- 1.7.10.4