From: handa Date: Tue, 23 Dec 2008 02:54:42 +0000 (+0000) Subject: (update_seq_area): Call OTF_drive_cmap. X-Git-Tag: REL-0-9-9~24 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9729640fed28902d1af28eea4b78574d3e0f7ab8;p=m17n%2Flibotf.git (update_seq_area): Call OTF_drive_cmap. --- diff --git a/example/otfview.c b/example/otfview.c index 464037a..d8b8720 100644 --- a/example/otfview.c +++ b/example/otfview.c @@ -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);