From: handa Date: Wed, 4 Aug 2004 04:35:41 +0000 (+0000) Subject: (mfont__ft_drive_otf): Call OTF_drive_gdef. X-Git-Tag: REL-1-1-0~43 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=376e3ae784a31e5c96037a52d178f08966b71e97;p=m17n%2Fm17n-lib.git (mfont__ft_drive_otf): Call OTF_drive_gdef. --- 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)