(mfont__ft_drive_otf): Call OTF_drive_gdef.
authorhanda <handa>
Wed, 4 Aug 2004 04:35:41 +0000 (04:35 +0000)
committerhanda <handa>
Wed, 4 Aug 2004 04:35:41 +0000 (04:35 +0000)
src/font-ft.c

index af01c48..d8713d8 100644 (file)
@@ -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)