(update_seq_area): Call OTF_drive_cmap.
authorhanda <handa>
Tue, 23 Dec 2008 02:54:42 +0000 (02:54 +0000)
committerhanda <handa>
Tue, 23 Dec 2008 02:54:42 +0000 (02:54 +0000)
example/otfview.c

index 464037a..d8b8720 100644 (file)
@@ -322,6 +322,7 @@ update_seq_area ()
       char *str;
 
       OTF_drive_gdef (otf, &gstring);
+      OTF_drive_cmap (otf, &gstring);
       if (otf->gsub)
        {
          str = get_features (&otf->gsub->FeatureList, &gsub);